Html Css Color HEX #FC9E2C Lightning Yellow

📋 copy color: '#FC9E2C'

red 252 ◦ green 158 ◦ blue 44

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

Shades of Lightning Yellow #FC9E2C

Tints of Lightning Yellow #FC9E2C

RGB

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

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

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

R = 55.51%
G = 34.8%
B = 9.69%

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

#FC9E2C (or 0xFC9E2C) is known color: Lightning Yellow. HEX triplet: FC, 9E and 2C. RGB value is (252,158,44). Sum of RGB (Red+Green+Blue) = 252+158+44=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 158 (62.11% from 255 or 34.80% from 454); Blue value is 44 (17.58% from 255 or 9.69% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9E2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9E2C is #0361D3. Grayscale: #ADADAD. Windows color (decimal): -221652 or 2924284. OLE color: 2924284.

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

Color convert

RGB 252 158 44 -
CMYK 0 0.37 0.83 0.01
HSL 32.88º 0.97% 0.58% -
HSV(B) 32.88º 0.83% 0.99% -
XYZ 52.83 45.33 8.35 -
YUV 173.11 55.14 184.27 -
System Red Green Blue C M Y K H S L
Decimal 252 158 44 0 0.37 0.83 0.01 32.88 0.97 0.58
Hex FC 9E 2C 0 25 53 1 21 61 3A
Octal 374 236 54 0 45 123 1 41 141 72
Binary 11111100 10011110 101100 0 100101 1010011 1 100001 1100001 111010

Color Harmonies of #FC9E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9E2C

Black with #FC9E2C

Text Example


Text Example

White with #FC9E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9E2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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