Html Css Color HEX #FDF73D Gorse

📋 copy color: '#FDF73D'

red 253 ◦ green 247 ◦ blue 61

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

Shades of Gorse #FDF73D

Tints of Gorse #FDF73D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.03%

 BLUE value IS 61 (24.22% from 255) = 10.87%

R = 45.1%
G = 44.03%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FDF73D (or 0xFDF73D) is known color: Gorse. HEX triplet: FD, F7 and 3D. RGB value is (253,247,61). Sum of RGB (Red+Green+Blue) = 253+247+61=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 247 (96.88% from 255 or 44.03% from 561); Blue value is 61 (24.22% from 255 or 10.87% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF73D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF73D is #0208C2. Grayscale: #E4E4E4. Windows color (decimal): -133315 or 4061181. OLE color: 4061181.

HSL color Cylindrical-coordinate representation of color #FDF73D: hue angle of 58.12º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDF73D is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 247 61 -
CMYK 0 0.02 0.76 0.01
HSL 58.13º 0.98% 0.62% -
HSV(B) 58.13º 0.76% 0.99% -
XYZ 74.61 87.74 17.42 -
YUV 227.59 33.99 146.12 -
System Red Green Blue C M Y K H S L
Decimal 253 247 61 0 0.02 0.76 0.01 58.13 0.98 0.62
Hex FD F7 3D 0 2 4C 1 3A 62 3E
Octal 375 367 75 0 2 114 1 72 142 76
Binary 11111101 11110111 111101 0 10 1001100 1 111010 1100010 111110

Color Harmonies of #FDF73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF73D

Black with #FDF73D

Text Example


Text Example

White with #FDF73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF73D; }

 p { color: rgb(253,247,61); }

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

background-color css

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

 a { background-color: rgb(253,247,61); }

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

border-color css

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

 span { border-color: rgb(253,247,61); }

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