Html Css Color HEX #FC9F30 Lightning Yellow

📋 copy color: '#FC9F30'

red 252 ◦ green 159 ◦ blue 48

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

Shades of Lightning Yellow #FC9F30

Tints of Lightning Yellow #FC9F30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.46%

R = 54.9%
G = 34.64%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC9F30 (or 0xFC9F30) is known color: Lightning Yellow. HEX triplet: FC, 9F and 30. RGB value is (252,159,48). Sum of RGB (Red+Green+Blue) = 252+159+48=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 48 (19.14% from 255 or 10.46% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9F30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9F30 is #0360CF. Grayscale: #AEAEAE. Windows color (decimal): -221392 or 3186684. OLE color: 3186684.

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

Color convert

RGB 252 159 48 -
CMYK 0 0.37 0.81 0.01
HSL 32.65º 0.97% 0.59% -
HSV(B) 32.65º 0.81% 0.99% -
XYZ 53.08 45.71 8.82 -
YUV 174.15 56.81 183.53 -
System Red Green Blue C M Y K H S L
Decimal 252 159 48 0 0.37 0.81 0.01 32.65 0.97 0.59
Hex FC 9F 30 0 25 51 1 21 61 3B
Octal 374 237 60 0 45 121 1 41 141 73
Binary 11111100 10011111 110000 0 100101 1010001 1 100001 1100001 111011

Color Harmonies of #FC9F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9F30

Black with #FC9F30

Text Example


Text Example

White with #FC9F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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