Html Css Color HEX #FCA22D Lightning Yellow

📋 copy color: '#FCA22D'

red 252 ◦ green 162 ◦ blue 45

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

Shades of Lightning Yellow #FCA22D

Tints of Lightning Yellow #FCA22D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.29%

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

R = 54.9%
G = 35.29%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCA22D (or 0xFCA22D) is known color: Lightning Yellow. HEX triplet: FC, A2 and 2D. RGB value is (252,162,45). Sum of RGB (Red+Green+Blue) = 252+162+45=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 45 (17.97% from 255 or 9.80% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA22D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA22D is #035DD2. Grayscale: #B0B0B0. Windows color (decimal): -220627 or 2990844. OLE color: 2990844.

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

Color convert

RGB 252 162 45 -
CMYK 0 0.36 0.82 0.01
HSL 33.91º 0.97% 0.58% -
HSV(B) 33.91º 0.82% 0.99% -
XYZ 53.54 46.73 8.68 -
YUV 175.57 54.32 182.51 -
System Red Green Blue C M Y K H S L
Decimal 252 162 45 0 0.36 0.82 0.01 33.91 0.97 0.58
Hex FC A2 2D 0 24 52 1 22 61 3A
Octal 374 242 55 0 44 122 1 42 141 72
Binary 11111100 10100010 101101 0 100100 1010010 1 100010 1100001 111010

Color Harmonies of #FCA22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA22D

Black with #FCA22D

Text Example


Text Example

White with #FCA22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA22D; }

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

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

background-color css

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

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

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

border-color css

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

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

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