Html Css Color HEX #FC9E28 Lightning Yellow

📋 copy color: '#FC9E28'

red 252 ◦ green 158 ◦ blue 40

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

Shades of Lightning Yellow #FC9E28

Tints of Lightning Yellow #FC9E28

RGB

 RED value IS 252 (98.83% from 255) = 56%

 GREEN value IS 158 (62.11% from 255) = 35.11%

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

R = 56%
G = 35.11%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC9E28 (or 0xFC9E28) is known color: Lightning Yellow. HEX triplet: FC, 9E and 28. RGB value is (252,158,40). Sum of RGB (Red+Green+Blue) = 252+158+40=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 40 (16.02% from 255 or 8.89% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9E28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9E28 is #0361D7. Grayscale: #ADADAD. Windows color (decimal): -221656 or 2662140. OLE color: 2662140.

HSL color Cylindrical-coordinate representation of color #FC9E28: hue angle of 33.4º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC9E28 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 158 40 -
CMYK 0 0.37 0.84 0.01
HSL 33.4º 0.97% 0.57% -
HSV(B) 33.4º 0.84% 0.99% -
XYZ 52.75 45.3 7.97 -
YUV 172.65 53.14 184.59 -
System Red Green Blue C M Y K H S L
Decimal 252 158 40 0 0.37 0.84 0.01 33.4 0.97 0.57
Hex FC 9E 28 0 25 54 1 21 61 39
Octal 374 236 50 0 45 124 1 41 141 71
Binary 11111100 10011110 101000 0 100101 1010100 1 100001 1100001 111001

Color Harmonies of #FC9E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9E28

Black with #FC9E28

Text Example


Text Example

White with #FC9E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9E28; }

 p { color: rgb(252,158,40); }

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

background-color css

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

 a { background-color: rgb(252,158,40); }

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

border-color css

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

 span { border-color: rgb(252,158,40); }

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