Html Css Color HEX #FDF931 Gorse

📋 copy color: '#FDF931'

red 253 ◦ green 249 ◦ blue 49

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

Shades of Gorse #FDF931

Tints of Gorse #FDF931

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.19%

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

R = 45.92%
G = 45.19%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDF931 (or 0xFDF931) is known color: Gorse. HEX triplet: FD, F9 and 31. RGB value is (253,249,49). Sum of RGB (Red+Green+Blue) = 253+249+49=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 249 (97.66% from 255 or 45.19% from 551); Blue value is 49 (19.53% from 255 or 8.89% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF931 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF931 is #0206CE. Grayscale: #E4E4E4. Windows color (decimal): -132815 or 3275261. OLE color: 3275261.

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

Color convert

RGB 253 249 49 -
CMYK 0 0.02 0.81 0.01
HSL 58.82º 0.98% 0.59% -
HSV(B) 58.82º 0.81% 0.99% -
XYZ 74.94 88.86 16.11 -
YUV 227.4 27.33 146.26 -
System Red Green Blue C M Y K H S L
Decimal 253 249 49 0 0.02 0.81 0.01 58.82 0.98 0.59
Hex FD F9 31 0 2 51 1 3B 62 3B
Octal 375 371 61 0 2 121 1 73 142 73
Binary 11111101 11111001 110001 0 10 1010001 1 111011 1100010 111011

Color Harmonies of #FDF931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF931

Black with #FDF931

Text Example


Text Example

White with #FDF931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF931; }

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

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

background-color css

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

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

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

border-color css

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

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

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