Html Css Color HEX #FC9E2E Lightning Yellow

📋 copy color: '#FC9E2E'

red 252 ◦ green 158 ◦ blue 46

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

Shades of Lightning Yellow #FC9E2E

Tints of Lightning Yellow #FC9E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.09%

R = 55.26%
G = 34.65%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC9E2E (or 0xFC9E2E) is known color: Lightning Yellow. HEX triplet: FC, 9E and 2E. RGB value is (252,158,46). Sum of RGB (Red+Green+Blue) = 252+158+46=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 158 (62.11% from 255 or 34.65% from 456); Blue value is 46 (18.36% from 255 or 10.09% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9E2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9E2E is #0361D1. Grayscale: #ADADAD. Windows color (decimal): -221650 or 3055356. OLE color: 3055356.

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

Color convert

RGB 252 158 46 -
CMYK 0 0.37 0.82 0.01
HSL 32.62º 0.97% 0.58% -
HSV(B) 32.62º 0.82% 0.99% -
XYZ 52.86 45.35 8.55 -
YUV 173.34 56.14 184.11 -
System Red Green Blue C M Y K H S L
Decimal 252 158 46 0 0.37 0.82 0.01 32.62 0.97 0.58
Hex FC 9E 2E 0 25 52 1 21 61 3A
Octal 374 236 56 0 45 122 1 41 141 72
Binary 11111100 10011110 101110 0 100101 1010010 1 100001 1100001 111010

Color Harmonies of #FC9E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9E2E

Black with #FC9E2E

Text Example


Text Example

White with #FC9E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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