Html Css Color HEX #FCA32A Lightning Yellow

📋 copy color: '#FCA32A'

red 252 ◦ green 163 ◦ blue 42

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

Shades of Lightning Yellow #FCA32A

Tints of Lightning Yellow #FCA32A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.19%

R = 55.14%
G = 35.67%
B = 9.19%

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

#FCA32A (or 0xFCA32A) is known color: Lightning Yellow. HEX triplet: FC, A3 and 2A. RGB value is (252,163,42). Sum of RGB (Red+Green+Blue) = 252+163+42=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 42 (16.80% from 255 or 9.19% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA32A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA32A is #035CD5. Grayscale: #B0B0B0. Windows color (decimal): -220374 or 2794492. OLE color: 2794492.

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

Color convert

RGB 252 163 42 -
CMYK 0 0.35 0.83 0.01
HSL 34.57º 0.97% 0.58% -
HSV(B) 34.57º 0.83% 0.99% -
XYZ 53.66 47.06 8.45 -
YUV 175.82 52.49 182.34 -
System Red Green Blue C M Y K H S L
Decimal 252 163 42 0 0.35 0.83 0.01 34.57 0.97 0.58
Hex FC A3 2A 0 23 53 1 23 61 3A
Octal 374 243 52 0 43 123 1 43 141 72
Binary 11111100 10100011 101010 0 100011 1010011 1 100011 1100001 111010

Color Harmonies of #FCA32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA32A

Black with #FCA32A

Text Example


Text Example

White with #FCA32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA32A; }

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

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

background-color css

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

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

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

border-color css

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

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

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