Html Css Color HEX #FDCE3F Sunglow

📋 copy color: '#FDCE3F'

red 253 ◦ green 206 ◦ blue 63

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

Shades of Sunglow #FDCE3F

Tints of Sunglow #FDCE3F

RGB

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

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

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

R = 48.47%
G = 39.46%
B = 12.07%

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

#FDCE3F (or 0xFDCE3F) is known color: Sunglow. HEX triplet: FD, CE and 3F. RGB value is (253,206,63). Sum of RGB (Red+Green+Blue) = 253+206+63=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 63 (25% from 255 or 12.07% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCE3F is #0231C0. Grayscale: #CCCCCC. Windows color (decimal): -143809 or 4181757. OLE color: 4181757.

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

Color convert

RGB 253 206 63 -
CMYK 0 0.19 0.75 0.01
HSL 45.16º 0.98% 0.62% -
HSV(B) 45.16º 0.75% 0.99% -
XYZ 63.48 65.38 13.98 -
YUV 203.75 48.57 163.13 -
System Red Green Blue C M Y K H S L
Decimal 253 206 63 0 0.19 0.75 0.01 45.16 0.98 0.62
Hex FD CE 3F 0 13 4B 1 2D 62 3E
Octal 375 316 77 0 23 113 1 55 142 76
Binary 11111101 11001110 111111 0 10011 1001011 1 101101 1100010 111110

Color Harmonies of #FDCE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCE3F

Black with #FDCE3F

Text Example


Text Example

White with #FDCE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCE3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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