Html Css Color HEX #FCA623 Lightning Yellow

📋 copy color: '#FCA623'

red 252 ◦ green 166 ◦ blue 35

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

Shades of Lightning Yellow #FCA623

Tints of Lightning Yellow #FCA623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.73%

R = 55.63%
G = 36.64%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FCA623 (or 0xFCA623) is known color: Lightning Yellow. HEX triplet: FC, A6 and 23. RGB value is (252,166,35). Sum of RGB (Red+Green+Blue) = 252+166+35=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 35 (14.06% from 255 or 7.73% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA623 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA623 is #0359DC. Grayscale: #B1B1B1. Windows color (decimal): -219613 or 2336508. OLE color: 2336508.

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

Color convert

RGB 252 166 35 -
CMYK 0 0.34 0.86 0.01
HSL 36.22º 0.97% 0.56% -
HSV(B) 36.22º 0.86% 0.99% -
XYZ 54.08 48.09 8.02 -
YUV 176.78 47.99 181.65 -
System Red Green Blue C M Y K H S L
Decimal 252 166 35 0 0.34 0.86 0.01 36.22 0.97 0.56
Hex FC A6 23 0 22 56 1 24 61 38
Octal 374 246 43 0 42 126 1 44 141 70
Binary 11111100 10100110 100011 0 100010 1010110 1 100100 1100001 111000

Color Harmonies of #FCA623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA623

Black with #FCA623

Text Example


Text Example

White with #FCA623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA623; }

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

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

background-color css

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

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

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

border-color css

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

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

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