Html Css Color HEX #FCA828 Lightning Yellow

📋 copy color: '#FCA828'

red 252 ◦ green 168 ◦ blue 40

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

Shades of Lightning Yellow #FCA828

Tints of Lightning Yellow #FCA828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.7%

R = 54.78%
G = 36.52%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCA828 (or 0xFCA828) is known color: Lightning Yellow. HEX triplet: FC, A8 and 28. RGB value is (252,168,40). Sum of RGB (Red+Green+Blue) = 252+168+40=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 40 (16.02% from 255 or 8.70% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA828 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA828 is #0357D7. Grayscale: #B3B3B3. Windows color (decimal): -219096 or 2664700. OLE color: 2664700.

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

Color convert

RGB 252 168 40 -
CMYK 0 0.33 0.84 0.01
HSL 36.23º 0.97% 0.57% -
HSV(B) 36.23º 0.84% 0.99% -
XYZ 54.53 48.85 8.56 -
YUV 178.52 49.83 180.41 -
System Red Green Blue C M Y K H S L
Decimal 252 168 40 0 0.33 0.84 0.01 36.23 0.97 0.57
Hex FC A8 28 0 21 54 1 24 61 39
Octal 374 250 50 0 41 124 1 44 141 71
Binary 11111100 10101000 101000 0 100001 1010100 1 100100 1100001 111001

Color Harmonies of #FCA828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA828

Black with #FCA828

Text Example


Text Example

White with #FCA828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA828; }

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

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

background-color css

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

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

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

border-color css

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

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

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