Html Css Color HEX #FCA32C Lightning Yellow

📋 copy color: '#FCA32C'

red 252 ◦ green 163 ◦ blue 44

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

Shades of Lightning Yellow #FCA32C

Tints of Lightning Yellow #FCA32C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.59%

R = 54.9%
G = 35.51%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCA32C (or 0xFCA32C) is known color: Lightning Yellow. HEX triplet: FC, A3 and 2C. RGB value is (252,163,44). Sum of RGB (Red+Green+Blue) = 252+163+44=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 44 (17.58% from 255 or 9.59% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA32C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA32C is #035CD3. Grayscale: #B0B0B0. Windows color (decimal): -220372 or 2925564. OLE color: 2925564.

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

Color convert

RGB 252 163 44 -
CMYK 0 0.35 0.83 0.01
HSL 34.33º 0.97% 0.58% -
HSV(B) 34.33º 0.83% 0.99% -
XYZ 53.7 47.07 8.64 -
YUV 176.05 53.49 182.18 -
System Red Green Blue C M Y K H S L
Decimal 252 163 44 0 0.35 0.83 0.01 34.33 0.97 0.58
Hex FC A3 2C 0 23 53 1 22 61 3A
Octal 374 243 54 0 43 123 1 42 141 72
Binary 11111100 10100011 101100 0 100011 1010011 1 100010 1100001 111010

Color Harmonies of #FCA32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA32C

Black with #FCA32C

Text Example


Text Example

White with #FCA32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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