Html Css Color HEX #FCA827 Lightning Yellow

📋 copy color: '#FCA827'

red 252 ◦ green 168 ◦ blue 39

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

Shades of Lightning Yellow #FCA827

Tints of Lightning Yellow #FCA827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.5%

R = 54.9%
G = 36.6%
B = 8.5%

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

#FCA827 (or 0xFCA827) is known color: Lightning Yellow. HEX triplet: FC, A8 and 27. RGB value is (252,168,39). Sum of RGB (Red+Green+Blue) = 252+168+39=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 39 (15.62% from 255 or 8.50% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA827 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA827 is #0357D8. Grayscale: #B3B3B3. Windows color (decimal): -219097 or 2599164. OLE color: 2599164.

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

Color convert

RGB 252 168 39 -
CMYK 0 0.33 0.85 0.01
HSL 36.34º 0.97% 0.57% -
HSV(B) 36.34º 0.85% 0.99% -
XYZ 54.51 48.85 8.47 -
YUV 178.41 49.33 180.49 -
System Red Green Blue C M Y K H S L
Decimal 252 168 39 0 0.33 0.85 0.01 36.34 0.97 0.57
Hex FC A8 27 0 21 55 1 24 61 39
Octal 374 250 47 0 41 125 1 44 141 71
Binary 11111100 10101000 100111 0 100001 1010101 1 100100 1100001 111001

Color Harmonies of #FCA827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA827

Black with #FCA827

Text Example


Text Example

White with #FCA827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA827; }

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

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

background-color css

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

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

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

border-color css

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

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

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