Html Css Color HEX #FDD342 Sunglow

📋 copy color: '#FDD342'

red 253 ◦ green 211 ◦ blue 66

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

Shades of Sunglow #FDD342

Tints of Sunglow #FDD342

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.81%

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

R = 47.74%
G = 39.81%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDD342 (or 0xFDD342) is known color: Sunglow. HEX triplet: FD, D3 and 42. RGB value is (253,211,66). Sum of RGB (Red+Green+Blue) = 253+211+66=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 66 (26.17% from 255 or 12.45% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD342 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD342 is #022CBD. Grayscale: #CFCFCF. Windows color (decimal): -142526 or 4379645. OLE color: 4379645.

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

Color convert

RGB 253 211 66 -
CMYK 0 0.17 0.74 0.01
HSL 46.52º 0.98% 0.63% -
HSV(B) 46.52º 0.74% 0.99% -
XYZ 64.79 67.86 14.84 -
YUV 207.03 48.41 160.79 -
System Red Green Blue C M Y K H S L
Decimal 253 211 66 0 0.17 0.74 0.01 46.52 0.98 0.63
Hex FD D3 42 0 11 4A 1 2F 62 3F
Octal 375 323 102 0 21 112 1 57 142 77
Binary 11111101 11010011 1000010 0 10001 1001010 1 101111 1100010 111111

Color Harmonies of #FDD342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD342

Black with #FDD342

Text Example


Text Example

White with #FDD342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD342; }

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

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

background-color css

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

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

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

border-color css

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

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

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