Html Css Color HEX #FDCC3F Sunglow

📋 copy color: '#FDCC3F'

red 253 ◦ green 204 ◦ blue 63

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

Shades of Sunglow #FDCC3F

Tints of Sunglow #FDCC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.12%

R = 48.65%
G = 39.23%
B = 12.12%

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

#FDCC3F (or 0xFDCC3F) is known color: Sunglow. HEX triplet: FD, CC and 3F. RGB value is (253,204,63). Sum of RGB (Red+Green+Blue) = 253+204+63=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 63 (25% from 255 or 12.12% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCC3F is #0233C0. Grayscale: #CBCBCB. Windows color (decimal): -144321 or 4181245. OLE color: 4181245.

HSL color Cylindrical-coordinate representation of color #FDCC3F: hue angle of 44.53º degrees, saturation: 0.98, 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 #FDCC3F is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 204 63 -
CMYK 0 0.19 0.75 0.01
HSL 44.53º 0.98% 0.62% -
HSV(B) 44.53º 0.75% 0.99% -
XYZ 63 64.43 13.82 -
YUV 202.58 49.23 163.96 -
System Red Green Blue C M Y K H S L
Decimal 253 204 63 0 0.19 0.75 0.01 44.53 0.98 0.62
Hex FD CC 3F 0 13 4B 1 2D 62 3E
Octal 375 314 77 0 23 113 1 55 142 76
Binary 11111101 11001100 111111 0 10011 1001011 1 101101 1100010 111110

Color Harmonies of #FDCC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCC3F

Black with #FDCC3F

Text Example


Text Example

White with #FDCC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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