Html Css Color HEX #FDD730 Sunglow

📋 copy color: '#FDD730'

red 253 ◦ green 215 ◦ blue 48

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

Shades of Sunglow #FDD730

Tints of Sunglow #FDD730

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.67%

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

R = 49.03%
G = 41.67%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDD730 (or 0xFDD730) is known color: Sunglow. HEX triplet: FD, D7 and 30. RGB value is (253,215,48). Sum of RGB (Red+Green+Blue) = 253+215+48=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 215 (84.38% from 255 or 41.67% from 516); Blue value is 48 (19.14% from 255 or 9.30% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD730 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD730 is #0228CF. Grayscale: #D0D0D0. Windows color (decimal): -141520 or 3201021. OLE color: 3201021.

HSL color Cylindrical-coordinate representation of color #FDD730: hue angle of 48.88º 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 #FDD730 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 215 48 -
CMYK 0 0.15 0.81 0.01
HSL 48.88º 0.98% 0.59% -
HSV(B) 48.88º 0.81% 0.99% -
XYZ 65.34 69.7 12.81 -
YUV 207.32 38.09 160.58 -
System Red Green Blue C M Y K H S L
Decimal 253 215 48 0 0.15 0.81 0.01 48.88 0.98 0.59
Hex FD D7 30 0 F 51 1 31 62 3B
Octal 375 327 60 0 17 121 1 61 142 73
Binary 11111101 11010111 110000 0 1111 1010001 1 110001 1100010 111011

Color Harmonies of #FDD730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD730

Black with #FDD730

Text Example


Text Example

White with #FDD730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD730; }

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

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

background-color css

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

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

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

border-color css

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

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

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