Html Css Color HEX #FC9F2C Lightning Yellow

📋 copy color: '#FC9F2C'

red 252 ◦ green 159 ◦ blue 44

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

Shades of Lightning Yellow #FC9F2C

Tints of Lightning Yellow #FC9F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.67%

R = 55.38%
G = 34.95%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC9F2C (or 0xFC9F2C) is known color: Lightning Yellow. HEX triplet: FC, 9F and 2C. RGB value is (252,159,44). Sum of RGB (Red+Green+Blue) = 252+159+44=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 159 (62.5% from 255 or 34.95% from 455); Blue value is 44 (17.58% from 255 or 9.67% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9F2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9F2C is #0360D3. Grayscale: #AEAEAE. Windows color (decimal): -221396 or 2924540. OLE color: 2924540.

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

Color convert

RGB 252 159 44 -
CMYK 0 0.37 0.83 0.01
HSL 33.17º 0.97% 0.58% -
HSV(B) 33.17º 0.83% 0.99% -
XYZ 53 45.67 8.41 -
YUV 173.7 54.81 183.85 -
System Red Green Blue C M Y K H S L
Decimal 252 159 44 0 0.37 0.83 0.01 33.17 0.97 0.58
Hex FC 9F 2C 0 25 53 1 21 61 3A
Octal 374 237 54 0 45 123 1 41 141 72
Binary 11111100 10011111 101100 0 100101 1010011 1 100001 1100001 111010

Color Harmonies of #FC9F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9F2C

Black with #FC9F2C

Text Example


Text Example

White with #FC9F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9F2C; }

 p { color: rgb(252,159,44); }

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

background-color css

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

 a { background-color: rgb(252,159,44); }

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

border-color css

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

 span { border-color: rgb(252,159,44); }

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