Html Css Color HEX #FDD03E Sunglow

📋 copy color: '#FDD03E'

red 253 ◦ green 208 ◦ blue 62

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

Shades of Sunglow #FDD03E

Tints of Sunglow #FDD03E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.85%

R = 48.37%
G = 39.77%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FDD03E (or 0xFDD03E) is known color: Sunglow. HEX triplet: FD, D0 and 3E. RGB value is (253,208,62). Sum of RGB (Red+Green+Blue) = 253+208+62=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 62 (24.61% from 255 or 11.85% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD03E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD03E is #022FC1. Grayscale: #CDCDCD. Windows color (decimal): -143298 or 4116733. OLE color: 4116733.

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

Color convert

RGB 253 208 62 -
CMYK 0 0.18 0.75 0.01
HSL 45.86º 0.98% 0.62% -
HSV(B) 45.86º 0.75% 0.99% -
XYZ 63.93 66.34 13.99 -
YUV 204.81 47.41 162.37 -
System Red Green Blue C M Y K H S L
Decimal 253 208 62 0 0.18 0.75 0.01 45.86 0.98 0.62
Hex FD D0 3E 0 12 4B 1 2E 62 3E
Octal 375 320 76 0 22 113 1 56 142 76
Binary 11111101 11010000 111110 0 10010 1001011 1 101110 1100010 111110

Color Harmonies of #FDD03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD03E

Black with #FDD03E

Text Example


Text Example

White with #FDD03E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD03E; }

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

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

background-color css

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

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

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

border-color css

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

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

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