Html Css Color HEX #F29F29 Lightning Yellow

📋 copy color: '#F29F29'

red 242 ◦ green 159 ◦ blue 41

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

Shades of Lightning Yellow #F29F29

Tints of Lightning Yellow #F29F29

RGB

 RED value IS 242 (94.92% from 255) = 54.75%

 GREEN value IS 159 (62.5% from 255) = 35.97%

 BLUE value IS 41 (16.41% from 255) = 9.28%

R = 54.75%
G = 35.97%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F29F29 (or 0xF29F29) is known color: Lightning Yellow. HEX triplet: F2, 9F and 29. RGB value is (242,159,41). Sum of RGB (Red+Green+Blue) = 242+159+41=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 159 (62.5% from 255 or 35.97% from 442); Blue value is 41 (16.41% from 255 or 9.28% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F29F29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29F29 is #0D60D6. Grayscale: #AAAAAA. Windows color (decimal): -876759 or 2727922. OLE color: 2727922.

HSL color Cylindrical-coordinate representation of color #F29F29: hue angle of 35.22º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F29F29 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 159 41 -
CMYK 0 0.34 0.83 0.05
HSL 35.22º 0.89% 0.55% -
HSV(B) 35.22º 0.83% 0.95% -
XYZ 49.42 43.83 7.95 -
YUV 170.37 55 179.09 -
System Red Green Blue C M Y K H S L
Decimal 242 159 41 0 0.34 0.83 0.05 35.22 0.89 0.55
Hex F2 9F 29 0 22 53 5 23 59 37
Octal 362 237 51 0 42 123 5 43 131 67
Binary 11110010 10011111 101001 0 100010 1010011 101 100011 1011001 110111

Color Harmonies of #F29F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29F29

Black with #F29F29

Text Example


Text Example

White with #F29F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29F29; }

 p { color: rgb(242,159,41); }

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

background-color css

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

 a { background-color: rgb(242,159,41); }

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

border-color css

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

 span { border-color: rgb(242,159,41); }

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