Html Css Color HEX #F1A530 Lightning Yellow

📋 copy color: '#F1A530'

red 241 ◦ green 165 ◦ blue 48

#F1A530
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lightning Yellow #F1A530

Tints of Lightning Yellow #F1A530

RGB

 RED value IS 241 (94.53% from 255) = 53.08%

 GREEN value IS 165 (64.84% from 255) = 36.34%

 BLUE value IS 48 (19.14% from 255) = 10.57%

R = 53.08%
G = 36.34%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F1A530 (or 0xF1A530) is known color: Lightning Yellow. HEX triplet: F1, A5 and 30. RGB value is (241,165,48). Sum of RGB (Red+Green+Blue) = 241+165+48=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 48 (19.14% from 255 or 10.57% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A530 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A530 is #0E5ACF. Grayscale: #AEAEAE. Windows color (decimal): -940752 or 3188209. OLE color: 3188209.

HSL color Cylindrical-coordinate representation of color #F1A530: hue angle of 36.37º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1A530 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 165 48 -
CMYK 0 0.32 0.80 0.05
HSL 36.37º 0.87% 0.57% -
HSV(B) 36.37º 0.8% 0.95% -
XYZ 50.26 45.82 8.99 -
YUV 174.39 56.68 175.51 -
System Red Green Blue C M Y K H S L
Decimal 241 165 48 0 0.32 0.80 0.05 36.37 0.87 0.57
Hex F1 A5 30 0 20 50 5 24 57 39
Octal 361 245 60 0 40 120 5 44 127 71
Binary 11110001 10100101 110000 0 100000 1010000 101 100100 1010111 111001

Color Harmonies of #F1A530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A530

Black with #F1A530

Text Example


Text Example

White with #F1A530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A530; }

 p { color: rgb(241,165,48); }

 H1.HeaderClassName
 {
   color: #F1A530;
 }
 .AnyTagClassName
 {
   color: #F1A530;
 }
</style>

background-color css

<style>
 a { background-color: #F1A530; }

 a { background-color: rgb(241,165,48); }

 div.DivClassName
 {
   background-color: #F1A530;
 }
 .BgClassName
 {
   background-color: #F1A530;
 }
</style>

border-color css

<style>
 span { border-color: #F1A530; }

 span { border-color: rgb(241,165,48); }

 td.TdClassName
 {
   border-color: #F1A530;
 }
 .TagClassName
 {
   border-color: #F1A530;
 }
</style>