Html Css Color HEX #FCCA2C Sunglow

📋 copy color: '#FCCA2C'

red 252 ◦ green 202 ◦ blue 44

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

Shades of Sunglow #FCCA2C

Tints of Sunglow #FCCA2C

RGB

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

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

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

R = 50.6%
G = 40.56%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCCA2C (or 0xFCCA2C) is known color: Sunglow. HEX triplet: FC, CA and 2C. RGB value is (252,202,44). Sum of RGB (Red+Green+Blue) = 252+202+44=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 44 (17.58% from 255 or 8.84% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCA2C is #0335D3. Grayscale: #C7C7C7. Windows color (decimal): -210388 or 2935548. OLE color: 2935548.

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

Color convert

RGB 252 202 44 -
CMYK 0 0.20 0.83 0.01
HSL 45.58º 0.97% 0.58% -
HSV(B) 45.58º 0.83% 0.99% -
XYZ 61.72 63.12 11.31 -
YUV 198.94 40.57 165.85 -
System Red Green Blue C M Y K H S L
Decimal 252 202 44 0 0.20 0.83 0.01 45.58 0.97 0.58
Hex FC CA 2C 0 14 53 1 2E 61 3A
Octal 374 312 54 0 24 123 1 56 141 72
Binary 11111100 11001010 101100 0 10100 1010011 1 101110 1100001 111010

Color Harmonies of #FCCA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCA2C

Black with #FCCA2C

Text Example


Text Example

White with #FCCA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCA2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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