Html Css Color HEX #FCCE32 Sunglow

📋 copy color: '#FCCE32'

red 252 ◦ green 206 ◦ blue 50

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

Shades of Sunglow #FCCE32

Tints of Sunglow #FCCE32

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.55%

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

R = 49.61%
G = 40.55%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FCCE32 (or 0xFCCE32) is known color: Sunglow. HEX triplet: FC, CE and 32. RGB value is (252,206,50). Sum of RGB (Red+Green+Blue) = 252+206+50=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 50 (19.92% from 255 or 9.84% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCE32 is #0331CD. Grayscale: #CACACA. Windows color (decimal): -209358 or 3329788. OLE color: 3329788.

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

Color convert

RGB 252 206 50 -
CMYK 0 0.18 0.80 0.01
HSL 46.34º 0.97% 0.59% -
HSV(B) 46.34º 0.8% 0.99% -
XYZ 62.79 65.07 12.27 -
YUV 201.97 42.24 163.68 -
System Red Green Blue C M Y K H S L
Decimal 252 206 50 0 0.18 0.80 0.01 46.34 0.97 0.59
Hex FC CE 32 0 12 50 1 2E 61 3B
Octal 374 316 62 0 22 120 1 56 141 73
Binary 11111100 11001110 110010 0 10010 1010000 1 101110 1100001 111011

Color Harmonies of #FCCE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCE32

Black with #FCCE32

Text Example


Text Example

White with #FCCE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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