Html Css Color HEX #FCCA31 Sunglow

📋 copy color: '#FCCA31'

red 252 ◦ green 202 ◦ blue 49

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

Shades of Sunglow #FCCA31

Tints of Sunglow #FCCA31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.74%

R = 50.1%
G = 40.16%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCCA31 (or 0xFCCA31) is known color: Sunglow. HEX triplet: FC, CA and 31. RGB value is (252,202,49). Sum of RGB (Red+Green+Blue) = 252+202+49=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 49 (19.53% from 255 or 9.74% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCA31 is #0335CE. Grayscale: #C8C8C8. Windows color (decimal): -210383 or 3263228. OLE color: 3263228.

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

Color convert

RGB 252 202 49 -
CMYK 0 0.20 0.81 0.01
HSL 45.22º 0.97% 0.59% -
HSV(B) 45.22º 0.81% 0.99% -
XYZ 61.82 63.16 11.84 -
YUV 199.51 43.07 165.44 -
System Red Green Blue C M Y K H S L
Decimal 252 202 49 0 0.20 0.81 0.01 45.22 0.97 0.59
Hex FC CA 31 0 14 51 1 2D 61 3B
Octal 374 312 61 0 24 121 1 55 141 73
Binary 11111100 11001010 110001 0 10100 1010001 1 101101 1100001 111011

Color Harmonies of #FCCA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCA31

Black with #FCCA31

Text Example


Text Example

White with #FCCA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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