Html Css Color HEX #FDCC3C Sunglow

📋 copy color: '#FDCC3C'

red 253 ◦ green 204 ◦ blue 60

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

Shades of Sunglow #FDCC3C

Tints of Sunglow #FDCC3C

RGB

 RED value IS 253 (99.22% from 255) = 48.94%

 GREEN value IS 204 (80.08% from 255) = 39.46%

 BLUE value IS 60 (23.83% from 255) = 11.61%

R = 48.94%
G = 39.46%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FDCC3C (or 0xFDCC3C) is known color: Sunglow. HEX triplet: FD, CC and 3C. RGB value is (253,204,60). Sum of RGB (Red+Green+Blue) = 253+204+60=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 60 (23.83% from 255 or 11.61% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCC3C is #0233C3. Grayscale: #CACACA. Windows color (decimal): -144324 or 3984637. OLE color: 3984637.

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

Color convert

RGB 253 204 60 -
CMYK 0 0.19 0.76 0.01
HSL 44.77º 0.98% 0.61% -
HSV(B) 44.77º 0.76% 0.99% -
XYZ 62.92 64.39 13.39 -
YUV 202.24 47.73 164.21 -
System Red Green Blue C M Y K H S L
Decimal 253 204 60 0 0.19 0.76 0.01 44.77 0.98 0.61
Hex FD CC 3C 0 13 4C 1 2D 62 3D
Octal 375 314 74 0 23 114 1 55 142 75
Binary 11111101 11001100 111100 0 10011 1001100 1 101101 1100010 111101

Color Harmonies of #FDCC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCC3C

Black with #FDCC3C

Text Example


Text Example

White with #FDCC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCC3C; }

 p { color: rgb(253,204,60); }

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

background-color css

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

 a { background-color: rgb(253,204,60); }

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

border-color css

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

 span { border-color: rgb(253,204,60); }

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