Html Css Color HEX #FCA227 Lightning Yellow

📋 copy color: '#FCA227'

red 252 ◦ green 162 ◦ blue 39

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

Shades of Lightning Yellow #FCA227

Tints of Lightning Yellow #FCA227

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.76%

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

R = 55.63%
G = 35.76%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCA227 (or 0xFCA227) is known color: Lightning Yellow. HEX triplet: FC, A2 and 27. RGB value is (252,162,39). Sum of RGB (Red+Green+Blue) = 252+162+39=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 39 (15.62% from 255 or 8.61% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA227 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA227 is #035DD8. Grayscale: #AFAFAF. Windows color (decimal): -220633 or 2597628. OLE color: 2597628.

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

Color convert

RGB 252 162 39 -
CMYK 0 0.36 0.85 0.01
HSL 34.65º 0.97% 0.57% -
HSV(B) 34.65º 0.85% 0.99% -
XYZ 53.43 46.68 8.11 -
YUV 174.89 51.32 183 -
System Red Green Blue C M Y K H S L
Decimal 252 162 39 0 0.36 0.85 0.01 34.65 0.97 0.57
Hex FC A2 27 0 24 55 1 23 61 39
Octal 374 242 47 0 44 125 1 43 141 71
Binary 11111100 10100010 100111 0 100100 1010101 1 100011 1100001 111001

Color Harmonies of #FCA227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA227

Black with #FCA227

Text Example


Text Example

White with #FCA227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA227; }

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

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

background-color css

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

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

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

border-color css

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

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

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