Html Css Color HEX #FCA329 Lightning Yellow

📋 copy color: '#FCA329'

red 252 ◦ green 163 ◦ blue 41

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

Shades of Lightning Yellow #FCA329

Tints of Lightning Yellow #FCA329

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.75%

 BLUE value IS 41 (16.41% from 255) = 8.99%

R = 55.26%
G = 35.75%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCA329 (or 0xFCA329) is known color: Lightning Yellow. HEX triplet: FC, A3 and 29. RGB value is (252,163,41). Sum of RGB (Red+Green+Blue) = 252+163+41=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 41 (16.41% from 255 or 8.99% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA329 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA329 is #035CD6. Grayscale: #B0B0B0. Windows color (decimal): -220375 or 2728956. OLE color: 2728956.

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

Color convert

RGB 252 163 41 -
CMYK 0 0.35 0.84 0.01
HSL 34.69º 0.97% 0.57% -
HSV(B) 34.69º 0.84% 0.99% -
XYZ 53.64 47.05 8.35 -
YUV 175.7 51.99 182.42 -
System Red Green Blue C M Y K H S L
Decimal 252 163 41 0 0.35 0.84 0.01 34.69 0.97 0.57
Hex FC A3 29 0 23 54 1 23 61 39
Octal 374 243 51 0 43 124 1 43 141 71
Binary 11111100 10100011 101001 0 100011 1010100 1 100011 1100001 111001

Color Harmonies of #FCA329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA329

Black with #FCA329

Text Example


Text Example

White with #FCA329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA329; }

 p { color: rgb(252,163,41); }

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

background-color css

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

 a { background-color: rgb(252,163,41); }

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

border-color css

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

 span { border-color: rgb(252,163,41); }

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