Html Css Color HEX #FDD034 Sunglow

📋 copy color: '#FDD034'

red 253 ◦ green 208 ◦ blue 52

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

Shades of Sunglow #FDD034

Tints of Sunglow #FDD034

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.55%

 BLUE value IS 52 (20.7% from 255) = 10.14%

R = 49.32%
G = 40.55%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FDD034 (or 0xFDD034) is known color: Sunglow. HEX triplet: FD, D0 and 34. RGB value is (253,208,52). Sum of RGB (Red+Green+Blue) = 253+208+52=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 52 (20.70% from 255 or 10.14% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD034 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD034 is #022FCB. Grayscale: #CCCCCC. Windows color (decimal): -143308 or 3461373. OLE color: 3461373.

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

Color convert

RGB 253 208 52 -
CMYK 0 0.18 0.79 0.01
HSL 46.57º 0.98% 0.6% -
HSV(B) 46.57º 0.79% 0.99% -
XYZ 63.68 66.24 12.68 -
YUV 203.67 42.41 163.18 -
System Red Green Blue C M Y K H S L
Decimal 253 208 52 0 0.18 0.79 0.01 46.57 0.98 0.6
Hex FD D0 34 0 12 4F 1 2F 62 3C
Octal 375 320 64 0 22 117 1 57 142 74
Binary 11111101 11010000 110100 0 10010 1001111 1 101111 1100010 111100

Color Harmonies of #FDD034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD034

Black with #FDD034

Text Example


Text Example

White with #FDD034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD034; }

 p { color: rgb(253,208,52); }

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

background-color css

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

 a { background-color: rgb(253,208,52); }

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

border-color css

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

 span { border-color: rgb(253,208,52); }

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