Html Css Color HEX #FDD02E Sunglow

📋 copy color: '#FDD02E'

red 253 ◦ green 208 ◦ blue 46

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

Shades of Sunglow #FDD02E

Tints of Sunglow #FDD02E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.07%

R = 49.9%
G = 41.03%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FDD02E (or 0xFDD02E) is known color: Sunglow. HEX triplet: FD, D0 and 2E. RGB value is (253,208,46). Sum of RGB (Red+Green+Blue) = 253+208+46=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 46 (18.36% from 255 or 9.07% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD02E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD02E is #022FD1. Grayscale: #CBCBCB. Windows color (decimal): -143314 or 3068157. OLE color: 3068157.

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

Color convert

RGB 253 208 46 -
CMYK 0 0.18 0.82 0.01
HSL 46.96º 0.98% 0.59% -
HSV(B) 46.96º 0.82% 0.99% -
XYZ 63.56 66.19 12.01 -
YUV 202.99 39.41 163.67 -
System Red Green Blue C M Y K H S L
Decimal 253 208 46 0 0.18 0.82 0.01 46.96 0.98 0.59
Hex FD D0 2E 0 12 52 1 2F 62 3B
Octal 375 320 56 0 22 122 1 57 142 73
Binary 11111101 11010000 101110 0 10010 1010010 1 101111 1100010 111011

Color Harmonies of #FDD02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD02E

Black with #FDD02E

Text Example


Text Example

White with #FDD02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD02E; }

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

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

background-color css

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

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

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

border-color css

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

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

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