Html Css Color HEX #FCA825 Lightning Yellow

📋 copy color: '#FCA825'

red 252 ◦ green 168 ◦ blue 37

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

Shades of Lightning Yellow #FCA825

Tints of Lightning Yellow #FCA825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.1%

R = 55.14%
G = 36.76%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCA825 (or 0xFCA825) is known color: Lightning Yellow. HEX triplet: FC, A8 and 25. RGB value is (252,168,37). Sum of RGB (Red+Green+Blue) = 252+168+37=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 37 (14.84% from 255 or 8.10% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA825 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA825 is #0357DA. Grayscale: #B2B2B2. Windows color (decimal): -219099 or 2468092. OLE color: 2468092.

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

Color convert

RGB 252 168 37 -
CMYK 0 0.33 0.85 0.01
HSL 36.56º 0.97% 0.57% -
HSV(B) 36.56º 0.85% 0.99% -
XYZ 54.48 48.83 8.3 -
YUV 178.18 48.33 180.65 -
System Red Green Blue C M Y K H S L
Decimal 252 168 37 0 0.33 0.85 0.01 36.56 0.97 0.57
Hex FC A8 25 0 21 55 1 25 61 39
Octal 374 250 45 0 41 125 1 45 141 71
Binary 11111100 10101000 100101 0 100001 1010101 1 100101 1100001 111001

Color Harmonies of #FCA825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA825

Black with #FCA825

Text Example


Text Example

White with #FCA825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA825; }

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

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

background-color css

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

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

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

border-color css

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

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

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