Html Css Color HEX #FCCA32 Sunglow

📋 copy color: '#FCCA32'

red 252 ◦ green 202 ◦ blue 50

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

Shades of Sunglow #FCCA32

Tints of Sunglow #FCCA32

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.08%

 BLUE value IS 50 (19.92% from 255) = 9.92%

R = 50%
G = 40.08%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FCCA32 (or 0xFCCA32) is known color: Sunglow. HEX triplet: FC, CA and 32. RGB value is (252,202,50). Sum of RGB (Red+Green+Blue) = 252+202+50=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 50 (19.92% from 255 or 9.92% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCA32 is #0335CD. Grayscale: #C8C8C8. Windows color (decimal): -210382 or 3328764. OLE color: 3328764.

HSL color Cylindrical-coordinate representation of color #FCCA32: hue angle of 45.15º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FCCA32 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 202 50 -
CMYK 0 0.20 0.80 0.01
HSL 45.15º 0.97% 0.59% -
HSV(B) 45.15º 0.8% 0.99% -
XYZ 61.84 63.17 11.95 -
YUV 199.62 43.57 165.36 -
System Red Green Blue C M Y K H S L
Decimal 252 202 50 0 0.20 0.80 0.01 45.15 0.97 0.59
Hex FC CA 32 0 14 50 1 2D 61 3B
Octal 374 312 62 0 24 120 1 55 141 73
Binary 11111100 11001010 110010 0 10100 1010000 1 101101 1100001 111011

Color Harmonies of #FCCA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCA32

Black with #FCCA32

Text Example


Text Example

White with #FCCA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCA32; }

 p { color: rgb(252,202,50); }

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

background-color css

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

 a { background-color: rgb(252,202,50); }

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

border-color css

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

 span { border-color: rgb(252,202,50); }

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