Html Css Color HEX #FCCD3E Sunglow

📋 copy color: '#FCCD3E'

red 252 ◦ green 205 ◦ blue 62

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

Shades of Sunglow #FCCD3E

Tints of Sunglow #FCCD3E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.5%

 BLUE value IS 62 (24.61% from 255) = 11.95%

R = 48.55%
G = 39.5%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCCD3E (or 0xFCCD3E) is known color: Sunglow. HEX triplet: FC, CD and 3E. RGB value is (252,205,62). Sum of RGB (Red+Green+Blue) = 252+205+62=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 62 (24.61% from 255 or 11.95% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCD3E is #0332C1. Grayscale: #CBCBCB. Windows color (decimal): -209602 or 4115964. OLE color: 4115964.

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

Color convert

RGB 252 205 62 -
CMYK 0 0.19 0.75 0.01
HSL 45.16º 0.97% 0.62% -
HSV(B) 45.16º 0.75% 0.99% -
XYZ 62.85 64.71 13.73 -
YUV 202.75 48.57 163.13 -
System Red Green Blue C M Y K H S L
Decimal 252 205 62 0 0.19 0.75 0.01 45.16 0.97 0.62
Hex FC CD 3E 0 13 4B 1 2D 61 3E
Octal 374 315 76 0 23 113 1 55 141 76
Binary 11111100 11001101 111110 0 10011 1001011 1 101101 1100001 111110

Color Harmonies of #FCCD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD3E

Black with #FCCD3E

Text Example


Text Example

White with #FCCD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD3E; }

 p { color: rgb(252,205,62); }

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

background-color css

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

 a { background-color: rgb(252,205,62); }

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

border-color css

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

 span { border-color: rgb(252,205,62); }

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