Html Css Color HEX #FDD03C Sunglow

📋 copy color: '#FDD03C'

red 253 ◦ green 208 ◦ blue 60

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

Shades of Sunglow #FDD03C

Tints of Sunglow #FDD03C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.52%

R = 48.56%
G = 39.92%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FDD03C (or 0xFDD03C) is known color: Sunglow. HEX triplet: FD, D0 and 3C. RGB value is (253,208,60). Sum of RGB (Red+Green+Blue) = 253+208+60=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 60 (23.83% from 255 or 11.52% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD03C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD03C is #022FC3. Grayscale: #CDCDCD. Windows color (decimal): -143300 or 3985661. OLE color: 3985661.

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

Color convert

RGB 253 208 60 -
CMYK 0 0.18 0.76 0.01
HSL 46.01º 0.98% 0.61% -
HSV(B) 46.01º 0.76% 0.99% -
XYZ 63.88 66.32 13.71 -
YUV 204.58 46.41 162.53 -
System Red Green Blue C M Y K H S L
Decimal 253 208 60 0 0.18 0.76 0.01 46.01 0.98 0.61
Hex FD D0 3C 0 12 4C 1 2E 62 3D
Octal 375 320 74 0 22 114 1 56 142 75
Binary 11111101 11010000 111100 0 10010 1001100 1 101110 1100010 111101

Color Harmonies of #FDD03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD03C

Black with #FDD03C

Text Example


Text Example

White with #FDD03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD03C; }

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

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

background-color css

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

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

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

border-color css

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

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

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