Html Css Color HEX #FCCA3A Sunglow

📋 copy color: '#FCCA3A'

red 252 ◦ green 202 ◦ blue 58

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

Shades of Sunglow #FCCA3A

Tints of Sunglow #FCCA3A

RGB

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

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

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

R = 49.22%
G = 39.45%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FCCA3A (or 0xFCCA3A) is known color: Sunglow. HEX triplet: FC, CA and 3A. RGB value is (252,202,58). Sum of RGB (Red+Green+Blue) = 252+202+58=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 58 (23.05% from 255 or 11.33% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCA3A is #0335C5. Grayscale: #C9C9C9. Windows color (decimal): -210374 or 3853052. OLE color: 3853052.

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

Color convert

RGB 252 202 58 -
CMYK 0 0.20 0.77 0.01
HSL 44.54º 0.97% 0.61% -
HSV(B) 44.54º 0.77% 0.99% -
XYZ 62.03 63.24 12.94 -
YUV 200.53 47.57 164.71 -
System Red Green Blue C M Y K H S L
Decimal 252 202 58 0 0.20 0.77 0.01 44.54 0.97 0.61
Hex FC CA 3A 0 14 4D 1 2D 61 3D
Octal 374 312 72 0 24 115 1 55 141 75
Binary 11111100 11001010 111010 0 10100 1001101 1 101101 1100001 111101

Color Harmonies of #FCCA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCA3A

Black with #FCCA3A

Text Example


Text Example

White with #FCCA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCA3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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