Html Css Color HEX #FDD230 Sunglow

📋 copy color: '#FDD230'

red 253 ◦ green 210 ◦ blue 48

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

Shades of Sunglow #FDD230

Tints of Sunglow #FDD230

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.1%

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

R = 49.51%
G = 41.1%
B = 9.39%

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

#FDD230 (or 0xFDD230) is known color: Sunglow. HEX triplet: FD, D2 and 30. RGB value is (253,210,48). Sum of RGB (Red+Green+Blue) = 253+210+48=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 48 (19.14% from 255 or 9.39% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD230 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD230 is #022DCF. Grayscale: #CDCDCD. Windows color (decimal): -142800 or 3199741. OLE color: 3199741.

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

Color convert

RGB 253 210 48 -
CMYK 0 0.17 0.81 0.01
HSL 47.41º 0.98% 0.59% -
HSV(B) 47.41º 0.81% 0.99% -
XYZ 64.09 67.19 12.39 -
YUV 204.39 39.75 162.67 -
System Red Green Blue C M Y K H S L
Decimal 253 210 48 0 0.17 0.81 0.01 47.41 0.98 0.59
Hex FD D2 30 0 11 51 1 2F 62 3B
Octal 375 322 60 0 21 121 1 57 142 73
Binary 11111101 11010010 110000 0 10001 1010001 1 101111 1100010 111011

Color Harmonies of #FDD230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD230

Black with #FDD230

Text Example


Text Example

White with #FDD230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD230; }

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

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

background-color css

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

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

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

border-color css

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

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

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