Html Css Color HEX #FCA42D Lightning Yellow

📋 copy color: '#FCA42D'

red 252 ◦ green 164 ◦ blue 45

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

Shades of Lightning Yellow #FCA42D

Tints of Lightning Yellow #FCA42D

RGB

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

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

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

R = 54.66%
G = 35.57%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCA42D (or 0xFCA42D) is known color: Lightning Yellow. HEX triplet: FC, A4 and 2D. RGB value is (252,164,45). Sum of RGB (Red+Green+Blue) = 252+164+45=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 45 (17.97% from 255 or 9.76% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA42D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA42D is #035BD2. Grayscale: #B1B1B1. Windows color (decimal): -220115 or 2991356. OLE color: 2991356.

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

Color convert

RGB 252 164 45 -
CMYK 0 0.35 0.82 0.01
HSL 34.49º 0.97% 0.58% -
HSV(B) 34.49º 0.82% 0.99% -
XYZ 53.89 47.44 8.8 -
YUV 176.75 53.65 181.68 -
System Red Green Blue C M Y K H S L
Decimal 252 164 45 0 0.35 0.82 0.01 34.49 0.97 0.58
Hex FC A4 2D 0 23 52 1 22 61 3A
Octal 374 244 55 0 43 122 1 42 141 72
Binary 11111100 10100100 101101 0 100011 1010010 1 100010 1100001 111010

Color Harmonies of #FCA42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA42D

Black with #FCA42D

Text Example


Text Example

White with #FCA42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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