Html Css Color HEX #FC9F32 Lightning Yellow

📋 copy color: '#FC9F32'

red 252 ◦ green 159 ◦ blue 50

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

Shades of Lightning Yellow #FC9F32

Tints of Lightning Yellow #FC9F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.85%

R = 54.66%
G = 34.49%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC9F32 (or 0xFC9F32) is known color: Lightning Yellow. HEX triplet: FC, 9F and 32. RGB value is (252,159,50). Sum of RGB (Red+Green+Blue) = 252+159+50=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 50 (19.92% from 255 or 10.85% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9F32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9F32 is #0360CD. Grayscale: #AEAEAE. Windows color (decimal): -221390 or 3317756. OLE color: 3317756.

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

Color convert

RGB 252 159 50 -
CMYK 0 0.37 0.80 0.01
HSL 32.38º 0.97% 0.59% -
HSV(B) 32.38º 0.8% 0.99% -
XYZ 53.12 45.72 9.04 -
YUV 174.38 57.81 183.36 -
System Red Green Blue C M Y K H S L
Decimal 252 159 50 0 0.37 0.80 0.01 32.38 0.97 0.59
Hex FC 9F 32 0 25 50 1 20 61 3B
Octal 374 237 62 0 45 120 1 40 141 73
Binary 11111100 10011111 110010 0 100101 1010000 1 100000 1100001 111011

Color Harmonies of #FC9F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9F32

Black with #FC9F32

Text Example


Text Example

White with #FC9F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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