Html Css Color HEX #FC9E2A Lightning Yellow

📋 copy color: '#FC9E2A'

red 252 ◦ green 158 ◦ blue 42

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

Shades of Lightning Yellow #FC9E2A

Tints of Lightning Yellow #FC9E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.29%

R = 55.75%
G = 34.96%
B = 9.29%

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

#FC9E2A (or 0xFC9E2A) is known color: Lightning Yellow. HEX triplet: FC, 9E and 2A. RGB value is (252,158,42). Sum of RGB (Red+Green+Blue) = 252+158+42=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 158 (62.11% from 255 or 34.96% from 452); Blue value is 42 (16.80% from 255 or 9.29% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9E2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9E2A is #0361D5. Grayscale: #ADADAD. Windows color (decimal): -221654 or 2793212. OLE color: 2793212.

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

Color convert

RGB 252 158 42 -
CMYK 0 0.37 0.83 0.01
HSL 33.14º 0.97% 0.58% -
HSV(B) 33.14º 0.83% 0.99% -
XYZ 52.79 45.32 8.16 -
YUV 172.88 54.14 184.43 -
System Red Green Blue C M Y K H S L
Decimal 252 158 42 0 0.37 0.83 0.01 33.14 0.97 0.58
Hex FC 9E 2A 0 25 53 1 21 61 3A
Octal 374 236 52 0 45 123 1 41 141 72
Binary 11111100 10011110 101010 0 100101 1010011 1 100001 1100001 111010

Color Harmonies of #FC9E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9E2A

Black with #FC9E2A

Text Example


Text Example

White with #FC9E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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