Html Css Color HEX #FDC842 Sunglow

📋 copy color: '#FDC842'

red 253 ◦ green 200 ◦ blue 66

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

Shades of Sunglow #FDC842

Tints of Sunglow #FDC842

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.54%

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

R = 48.75%
G = 38.54%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDC842 (or 0xFDC842) is known color: Sunglow. HEX triplet: FD, C8 and 42. RGB value is (253,200,66). Sum of RGB (Red+Green+Blue) = 253+200+66=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 66 (26.17% from 255 or 12.72% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC842 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC842 is #0237BD. Grayscale: #C9C9C9. Windows color (decimal): -145342 or 4376829. OLE color: 4376829.

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

Color convert

RGB 253 200 66 -
CMYK 0 0.21 0.74 0.01
HSL 42.99º 0.98% 0.63% -
HSV(B) 42.99º 0.74% 0.99% -
XYZ 62.15 62.58 13.96 -
YUV 200.57 52.06 165.4 -
System Red Green Blue C M Y K H S L
Decimal 253 200 66 0 0.21 0.74 0.01 42.99 0.98 0.63
Hex FD C8 42 0 15 4A 1 2B 62 3F
Octal 375 310 102 0 25 112 1 53 142 77
Binary 11111101 11001000 1000010 0 10101 1001010 1 101011 1100010 111111

Color Harmonies of #FDC842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC842

Black with #FDC842

Text Example


Text Example

White with #FDC842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC842; }

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

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

background-color css

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

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

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

border-color css

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

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

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