Html Css Color HEX #FCCE2D Sunglow

📋 copy color: '#FCCE2D'

red 252 ◦ green 206 ◦ blue 45

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

Shades of Sunglow #FCCE2D

Tints of Sunglow #FCCE2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.95%

R = 50.1%
G = 40.95%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCCE2D (or 0xFCCE2D) is known color: Sunglow. HEX triplet: FC, CE and 2D. RGB value is (252,206,45). Sum of RGB (Red+Green+Blue) = 252+206+45=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 45 (17.97% from 255 or 8.95% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCE2D is #0331D2. Grayscale: #CACACA. Windows color (decimal): -209363 or 3002108. OLE color: 3002108.

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

Color convert

RGB 252 206 45 -
CMYK 0 0.18 0.82 0.01
HSL 46.67º 0.97% 0.58% -
HSV(B) 46.67º 0.82% 0.99% -
XYZ 62.69 65.03 11.73 -
YUV 201.4 39.74 164.09 -
System Red Green Blue C M Y K H S L
Decimal 252 206 45 0 0.18 0.82 0.01 46.67 0.97 0.58
Hex FC CE 2D 0 12 52 1 2F 61 3A
Octal 374 316 55 0 22 122 1 57 141 72
Binary 11111100 11001110 101101 0 10010 1010010 1 101111 1100001 111010

Color Harmonies of #FCCE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCE2D

Black with #FCCE2D

Text Example


Text Example

White with #FCCE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCE2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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