Html Css Color HEX #F29C28 Lightning Yellow

📋 copy color: '#F29C28'

red 242 ◦ green 156 ◦ blue 40

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

Shades of Lightning Yellow #F29C28

Tints of Lightning Yellow #F29C28

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.62%

 BLUE value IS 40 (16.02% from 255) = 9.13%

R = 55.25%
G = 35.62%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F29C28 (or 0xF29C28) is known color: Lightning Yellow. HEX triplet: F2, 9C and 28. RGB value is (242,156,40). Sum of RGB (Red+Green+Blue) = 242+156+40=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 40 (16.02% from 255 or 9.13% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F29C28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29C28 is #0D63D7. Grayscale: #A9A9A9. Windows color (decimal): -877528 or 2661618. OLE color: 2661618.

HSL color Cylindrical-coordinate representation of color #F29C28: hue angle of 34.46º 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 #F29C28 is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 156 40 -
CMYK 0 0.36 0.83 0.05
HSL 34.46º 0.89% 0.55% -
HSV(B) 34.46º 0.83% 0.95% -
XYZ 48.89 42.81 7.69 -
YUV 168.49 55.49 180.43 -
System Red Green Blue C M Y K H S L
Decimal 242 156 40 0 0.36 0.83 0.05 34.46 0.89 0.55
Hex F2 9C 28 0 24 53 5 22 59 37
Octal 362 234 50 0 44 123 5 42 131 67
Binary 11110010 10011100 101000 0 100100 1010011 101 100010 1011001 110111

Color Harmonies of #F29C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29C28

Black with #F29C28

Text Example


Text Example

White with #F29C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29C28; }

 p { color: rgb(242,156,40); }

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

background-color css

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

 a { background-color: rgb(242,156,40); }

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

border-color css

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

 span { border-color: rgb(242,156,40); }

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