Html Css Color HEX #FDD831 Gorse

📋 copy color: '#FDD831'

red 253 ◦ green 216 ◦ blue 49

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

Shades of Gorse #FDD831

Tints of Gorse #FDD831

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.7%

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

R = 48.84%
G = 41.7%
B = 9.46%

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

#FDD831 (or 0xFDD831) is known color: Gorse. HEX triplet: FD, D8 and 31. RGB value is (253,216,49). Sum of RGB (Red+Green+Blue) = 253+216+49=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 49 (19.53% from 255 or 9.46% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD831 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD831 is #0227CE. Grayscale: #D0D0D0. Windows color (decimal): -141263 or 3266813. OLE color: 3266813.

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

Color convert

RGB 253 216 49 -
CMYK 0 0.15 0.81 0.01
HSL 49.12º 0.98% 0.59% -
HSV(B) 49.12º 0.81% 0.99% -
XYZ 65.62 70.22 13 -
YUV 208.03 38.26 160.08 -
System Red Green Blue C M Y K H S L
Decimal 253 216 49 0 0.15 0.81 0.01 49.12 0.98 0.59
Hex FD D8 31 0 F 51 1 31 62 3B
Octal 375 330 61 0 17 121 1 61 142 73
Binary 11111101 11011000 110001 0 1111 1010001 1 110001 1100010 111011

Color Harmonies of #FDD831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD831

Black with #FDD831

Text Example


Text Example

White with #FDD831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD831; }

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

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

background-color css

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

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

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

border-color css

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

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

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