Html Css Color HEX #FDD330 Sunglow

📋 copy color: '#FDD330'

red 253 ◦ green 211 ◦ blue 48

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

Shades of Sunglow #FDD330

Tints of Sunglow #FDD330

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.21%

 BLUE value IS 48 (19.14% from 255) = 9.38%

R = 49.41%
G = 41.21%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDD330 (or 0xFDD330) is known color: Sunglow. HEX triplet: FD, D3 and 30. RGB value is (253,211,48). Sum of RGB (Red+Green+Blue) = 253+211+48=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 48 (19.14% from 255 or 9.38% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD330 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD330 is #022CCF. Grayscale: #CDCDCD. Windows color (decimal): -142544 or 3199997. OLE color: 3199997.

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

Color convert

RGB 253 211 48 -
CMYK 0 0.17 0.81 0.01
HSL 47.71º 0.98% 0.59% -
HSV(B) 47.71º 0.81% 0.99% -
XYZ 64.34 67.68 12.47 -
YUV 204.98 39.41 162.25 -
System Red Green Blue C M Y K H S L
Decimal 253 211 48 0 0.17 0.81 0.01 47.71 0.98 0.59
Hex FD D3 30 0 11 51 1 30 62 3B
Octal 375 323 60 0 21 121 1 60 142 73
Binary 11111101 11010011 110000 0 10001 1010001 1 110000 1100010 111011

Color Harmonies of #FDD330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD330

Black with #FDD330

Text Example


Text Example

White with #FDD330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD330; }

 p { color: rgb(253,211,48); }

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

background-color css

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

 a { background-color: rgb(253,211,48); }

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

border-color css

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

 span { border-color: rgb(253,211,48); }

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