Html Css Color HEX #FDF932 Gorse

📋 copy color: '#FDF932'

red 253 ◦ green 249 ◦ blue 50

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

Shades of Gorse #FDF932

Tints of Gorse #FDF932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.06%

R = 45.83%
G = 45.11%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FDF932 (or 0xFDF932) is known color: Gorse. HEX triplet: FD, F9 and 32. RGB value is (253,249,50). Sum of RGB (Red+Green+Blue) = 253+249+50=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 249 (97.66% from 255 or 45.11% from 552); Blue value is 50 (19.92% from 255 or 9.06% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF932 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF932 is #0206CD. Grayscale: #E4E4E4. Windows color (decimal): -132814 or 3340797. OLE color: 3340797.

HSL color Cylindrical-coordinate representation of color #FDF932: 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.8%. Process color model (Four color, CMYK) of #FDF932 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 249 50 -
CMYK 0 0.02 0.80 0.01
HSL 58.82º 0.98% 0.59% -
HSV(B) 58.82º 0.8% 0.99% -
XYZ 74.96 88.86 16.22 -
YUV 227.51 27.83 146.18 -
System Red Green Blue C M Y K H S L
Decimal 253 249 50 0 0.02 0.80 0.01 58.82 0.98 0.59
Hex FD F9 32 0 2 50 1 3B 62 3B
Octal 375 371 62 0 2 120 1 73 142 73
Binary 11111101 11111001 110010 0 10 1010000 1 111011 1100010 111011

Color Harmonies of #FDF932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF932

Black with #FDF932

Text Example


Text Example

White with #FDF932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF932; }

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

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

background-color css

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

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

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

border-color css

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

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

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