Html Css Color HEX #FC9F2D Lightning Yellow

📋 copy color: '#FC9F2D'

red 252 ◦ green 159 ◦ blue 45

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

Shades of Lightning Yellow #FC9F2D

Tints of Lightning Yellow #FC9F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.87%

R = 55.26%
G = 34.87%
B = 9.87%

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

#FC9F2D (or 0xFC9F2D) is known color: Lightning Yellow. HEX triplet: FC, 9F and 2D. RGB value is (252,159,45). Sum of RGB (Red+Green+Blue) = 252+159+45=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 45 (17.97% from 255 or 9.87% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9F2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9F2D is #0360D2. Grayscale: #AEAEAE. Windows color (decimal): -221395 or 2990076. OLE color: 2990076.

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

Color convert

RGB 252 159 45 -
CMYK 0 0.37 0.82 0.01
HSL 33.04º 0.97% 0.58% -
HSV(B) 33.04º 0.82% 0.99% -
XYZ 53.02 45.68 8.51 -
YUV 173.81 55.31 183.77 -
System Red Green Blue C M Y K H S L
Decimal 252 159 45 0 0.37 0.82 0.01 33.04 0.97 0.58
Hex FC 9F 2D 0 25 52 1 21 61 3A
Octal 374 237 55 0 45 122 1 41 141 72
Binary 11111100 10011111 101101 0 100101 1010010 1 100001 1100001 111010

Color Harmonies of #FC9F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9F2D

Black with #FC9F2D

Text Example


Text Example

White with #FC9F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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