Html Css Color HEX #FCA82D Lightning Yellow

📋 copy color: '#FCA82D'

red 252 ◦ green 168 ◦ blue 45

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

Shades of Lightning Yellow #FCA82D

Tints of Lightning Yellow #FCA82D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.13%

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

R = 54.19%
G = 36.13%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCA82D (or 0xFCA82D) is known color: Lightning Yellow. HEX triplet: FC, A8 and 2D. RGB value is (252,168,45). Sum of RGB (Red+Green+Blue) = 252+168+45=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 45 (17.97% from 255 or 9.68% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA82D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA82D is #0357D2. Grayscale: #B3B3B3. Windows color (decimal): -219091 or 2992380. OLE color: 2992380.

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

Color convert

RGB 252 168 45 -
CMYK 0 0.33 0.82 0.01
HSL 35.65º 0.97% 0.58% -
HSV(B) 35.65º 0.82% 0.99% -
XYZ 54.62 48.89 9.04 -
YUV 179.09 52.33 180 -
System Red Green Blue C M Y K H S L
Decimal 252 168 45 0 0.33 0.82 0.01 35.65 0.97 0.58
Hex FC A8 2D 0 21 52 1 24 61 3A
Octal 374 250 55 0 41 122 1 44 141 72
Binary 11111100 10101000 101101 0 100001 1010010 1 100100 1100001 111010

Color Harmonies of #FCA82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA82D

Black with #FCA82D

Text Example


Text Example

White with #FCA82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA82D; }

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

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

background-color css

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

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

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

border-color css

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

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

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