Html Css Color HEX #F0AF31 Lightning Yellow

📋 copy color: '#F0AF31'

red 240 ◦ green 175 ◦ blue 49

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

Shades of Lightning Yellow #F0AF31

Tints of Lightning Yellow #F0AF31

RGB

 RED value IS 240 (94.14% from 255) = 51.72%

 GREEN value IS 175 (68.75% from 255) = 37.72%

 BLUE value IS 49 (19.53% from 255) = 10.56%

R = 51.72%
G = 37.72%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F0AF31 (or 0xF0AF31) is known color: Lightning Yellow. HEX triplet: F0, AF and 31. RGB value is (240,175,49). Sum of RGB (Red+Green+Blue) = 240+175+49=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 49 (19.53% from 255 or 10.56% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AF31 is #0F50CE. Grayscale: #B4B4B4. Windows color (decimal): -1003727 or 3256304. OLE color: 3256304.

HSL color Cylindrical-coordinate representation of color #F0AF31: hue angle of 39.58º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0AF31 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 175 49 -
CMYK 0 0.27 0.80 0.06
HSL 39.58º 0.86% 0.57% -
HSV(B) 39.58º 0.8% 0.94% -
XYZ 51.82 49.41 9.71 -
YUV 180.07 54.03 170.75 -
System Red Green Blue C M Y K H S L
Decimal 240 175 49 0 0.27 0.80 0.06 39.58 0.86 0.57
Hex F0 AF 31 0 1B 50 6 28 56 39
Octal 360 257 61 0 33 120 6 50 126 71
Binary 11110000 10101111 110001 0 11011 1010000 110 101000 1010110 111001

Color Harmonies of #F0AF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AF31

Black with #F0AF31

Text Example


Text Example

White with #F0AF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AF31; }

 p { color: rgb(240,175,49); }

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

background-color css

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

 a { background-color: rgb(240,175,49); }

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

border-color css

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

 span { border-color: rgb(240,175,49); }

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