Html Css Color HEX #FDD02C Sunglow

📋 copy color: '#FDD02C'

red 253 ◦ green 208 ◦ blue 44

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

Shades of Sunglow #FDD02C

Tints of Sunglow #FDD02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.71%

R = 50.1%
G = 41.19%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDD02C (or 0xFDD02C) is known color: Sunglow. HEX triplet: FD, D0 and 2C. RGB value is (253,208,44). Sum of RGB (Red+Green+Blue) = 253+208+44=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 44 (17.58% from 255 or 8.71% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD02C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD02C is #022FD3. Grayscale: #CBCBCB. Windows color (decimal): -143316 or 2937085. OLE color: 2937085.

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

Color convert

RGB 253 208 44 -
CMYK 0 0.18 0.83 0.01
HSL 47.08º 0.98% 0.58% -
HSV(B) 47.08º 0.83% 0.99% -
XYZ 63.52 66.18 11.81 -
YUV 202.76 38.41 163.84 -
System Red Green Blue C M Y K H S L
Decimal 253 208 44 0 0.18 0.83 0.01 47.08 0.98 0.58
Hex FD D0 2C 0 12 53 1 2F 62 3A
Octal 375 320 54 0 22 123 1 57 142 72
Binary 11111101 11010000 101100 0 10010 1010011 1 101111 1100010 111010

Color Harmonies of #FDD02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD02C

Black with #FDD02C

Text Example


Text Example

White with #FDD02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD02C; }

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

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

background-color css

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

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

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

border-color css

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

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

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