Html Css Color HEX #FCA42F Lightning Yellow

📋 copy color: '#FCA42F'

red 252 ◦ green 164 ◦ blue 47

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

Shades of Lightning Yellow #FCA42F

Tints of Lightning Yellow #FCA42F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.42%

 BLUE value IS 47 (18.75% from 255) = 10.15%

R = 54.43%
G = 35.42%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCA42F (or 0xFCA42F) is known color: Lightning Yellow. HEX triplet: FC, A4 and 2F. RGB value is (252,164,47). Sum of RGB (Red+Green+Blue) = 252+164+47=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 47 (18.75% from 255 or 10.15% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA42F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA42F is #035BD0. Grayscale: #B1B1B1. Windows color (decimal): -220113 or 3122428. OLE color: 3122428.

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

Color convert

RGB 252 164 47 -
CMYK 0 0.35 0.81 0.01
HSL 34.24º 0.97% 0.59% -
HSV(B) 34.24º 0.81% 0.99% -
XYZ 53.93 47.45 9.01 -
YUV 176.97 54.65 181.51 -
System Red Green Blue C M Y K H S L
Decimal 252 164 47 0 0.35 0.81 0.01 34.24 0.97 0.59
Hex FC A4 2F 0 23 51 1 22 61 3B
Octal 374 244 57 0 43 121 1 42 141 73
Binary 11111100 10100100 101111 0 100011 1010001 1 100010 1100001 111011

Color Harmonies of #FCA42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA42F

Black with #FCA42F

Text Example


Text Example

White with #FCA42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA42F; }

 p { color: rgb(252,164,47); }

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

background-color css

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

 a { background-color: rgb(252,164,47); }

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

border-color css

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

 span { border-color: rgb(252,164,47); }

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