Html Css Color HEX #FDD442 Sunglow

📋 copy color: '#FDD442'

red 253 ◦ green 212 ◦ blue 66

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

Shades of Sunglow #FDD442

Tints of Sunglow #FDD442

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.92%

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

R = 47.65%
G = 39.92%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDD442 (or 0xFDD442) is known color: Sunglow. HEX triplet: FD, D4 and 42. RGB value is (253,212,66). Sum of RGB (Red+Green+Blue) = 253+212+66=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 212 (83.20% from 255 or 39.92% from 531); Blue value is 66 (26.17% from 255 or 12.43% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD442 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD442 is #022BBD. Grayscale: #D0D0D0. Windows color (decimal): -142270 or 4379901. OLE color: 4379901.

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

Color convert

RGB 253 212 66 -
CMYK 0 0.16 0.74 0.01
HSL 46.84º 0.98% 0.63% -
HSV(B) 46.84º 0.74% 0.99% -
XYZ 65.03 68.36 14.92 -
YUV 207.62 48.08 160.37 -
System Red Green Blue C M Y K H S L
Decimal 253 212 66 0 0.16 0.74 0.01 46.84 0.98 0.63
Hex FD D4 42 0 10 4A 1 2F 62 3F
Octal 375 324 102 0 20 112 1 57 142 77
Binary 11111101 11010100 1000010 0 10000 1001010 1 101111 1100010 111111

Color Harmonies of #FDD442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD442

Black with #FDD442

Text Example


Text Example

White with #FDD442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD442; }

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

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

background-color css

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

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

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

border-color css

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

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

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