Html Css Color HEX #FDCE42 Sunglow

📋 copy color: '#FDCE42'

red 253 ◦ green 206 ◦ blue 66

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

Shades of Sunglow #FDCE42

Tints of Sunglow #FDCE42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.57%

R = 48.19%
G = 39.24%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDCE42 (or 0xFDCE42) is known color: Sunglow. HEX triplet: FD, CE and 42. RGB value is (253,206,66). Sum of RGB (Red+Green+Blue) = 253+206+66=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 66 (26.17% from 255 or 12.57% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCE42 is #0231BD. Grayscale: #CCCCCC. Windows color (decimal): -143806 or 4378365. OLE color: 4378365.

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

Color convert

RGB 253 206 66 -
CMYK 0 0.19 0.74 0.01
HSL 44.92º 0.98% 0.63% -
HSV(B) 44.92º 0.74% 0.99% -
XYZ 63.56 65.42 14.43 -
YUV 204.09 50.07 162.88 -
System Red Green Blue C M Y K H S L
Decimal 253 206 66 0 0.19 0.74 0.01 44.92 0.98 0.63
Hex FD CE 42 0 13 4A 1 2D 62 3F
Octal 375 316 102 0 23 112 1 55 142 77
Binary 11111101 11001110 1000010 0 10011 1001010 1 101101 1100010 111111

Color Harmonies of #FDCE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCE42

Black with #FDCE42

Text Example


Text Example

White with #FDCE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCE42; }

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

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

background-color css

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

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

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

border-color css

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

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

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