Html Css Color HEX #FCA627 Lightning Yellow

📋 copy color: '#FCA627'

red 252 ◦ green 166 ◦ blue 39

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

Shades of Lightning Yellow #FCA627

Tints of Lightning Yellow #FCA627

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.32%

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

R = 55.14%
G = 36.32%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCA627 (or 0xFCA627) is known color: Lightning Yellow. HEX triplet: FC, A6 and 27. RGB value is (252,166,39). Sum of RGB (Red+Green+Blue) = 252+166+39=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 39 (15.62% from 255 or 8.53% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA627 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA627 is #0359D8. Grayscale: #B1B1B1. Windows color (decimal): -219609 or 2598652. OLE color: 2598652.

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

Color convert

RGB 252 166 39 -
CMYK 0 0.34 0.85 0.01
HSL 35.77º 0.97% 0.57% -
HSV(B) 35.77º 0.85% 0.99% -
XYZ 54.15 48.11 8.35 -
YUV 177.24 49.99 181.33 -
System Red Green Blue C M Y K H S L
Decimal 252 166 39 0 0.34 0.85 0.01 35.77 0.97 0.57
Hex FC A6 27 0 22 55 1 24 61 39
Octal 374 246 47 0 42 125 1 44 141 71
Binary 11111100 10100110 100111 0 100010 1010101 1 100100 1100001 111001

Color Harmonies of #FCA627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA627

Black with #FCA627

Text Example


Text Example

White with #FCA627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA627; }

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

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

background-color css

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

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

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

border-color css

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

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

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