Html Css Color HEX #FCA33A Lightning Yellow

📋 copy color: '#FCA33A'

red 252 ◦ green 163 ◦ blue 58

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

Shades of Lightning Yellow #FCA33A

Tints of Lightning Yellow #FCA33A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.26%

R = 53.28%
G = 34.46%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FCA33A (or 0xFCA33A) is known color: Lightning Yellow. HEX triplet: FC, A3 and 3A. RGB value is (252,163,58). Sum of RGB (Red+Green+Blue) = 252+163+58=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 58 (23.05% from 255 or 12.26% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA33A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA33A is #035CC5. Grayscale: #B2B2B2. Windows color (decimal): -220358 or 3843068. OLE color: 3843068.

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

Color convert

RGB 252 163 58 -
CMYK 0 0.35 0.77 0.01
HSL 32.47º 0.97% 0.61% -
HSV(B) 32.47º 0.77% 0.99% -
XYZ 54.01 47.2 10.27 -
YUV 177.64 60.49 181.04 -
System Red Green Blue C M Y K H S L
Decimal 252 163 58 0 0.35 0.77 0.01 32.47 0.97 0.61
Hex FC A3 3A 0 23 4D 1 20 61 3D
Octal 374 243 72 0 43 115 1 40 141 75
Binary 11111100 10100011 111010 0 100011 1001101 1 100000 1100001 111101

Color Harmonies of #FCA33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA33A

Black with #FCA33A

Text Example


Text Example

White with #FCA33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA33A; }

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

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

background-color css

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

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

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

border-color css

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

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

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