Html Css Color HEX #FDD231 Sunglow

📋 copy color: '#FDD231'

red 253 ◦ green 210 ◦ blue 49

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

Shades of Sunglow #FDD231

Tints of Sunglow #FDD231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.57%

R = 49.41%
G = 41.02%
B = 9.57%

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

#FDD231 (or 0xFDD231) is known color: Sunglow. HEX triplet: FD, D2 and 31. RGB value is (253,210,49). Sum of RGB (Red+Green+Blue) = 253+210+49=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 49 (19.53% from 255 or 9.57% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD231 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD231 is #022DCE. Grayscale: #CDCDCD. Windows color (decimal): -142799 or 3265277. OLE color: 3265277.

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

Color convert

RGB 253 210 49 -
CMYK 0 0.17 0.81 0.01
HSL 47.35º 0.98% 0.59% -
HSV(B) 47.35º 0.81% 0.99% -
XYZ 64.11 67.2 12.5 -
YUV 204.5 40.25 162.59 -
System Red Green Blue C M Y K H S L
Decimal 253 210 49 0 0.17 0.81 0.01 47.35 0.98 0.59
Hex FD D2 31 0 11 51 1 2F 62 3B
Octal 375 322 61 0 21 121 1 57 142 73
Binary 11111101 11010010 110001 0 10001 1010001 1 101111 1100010 111011

Color Harmonies of #FDD231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD231

Black with #FDD231

Text Example


Text Example

White with #FDD231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD231; }

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

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

background-color css

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

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

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

border-color css

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

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

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