Html Css Color HEX #FDF73A Gorse

📋 copy color: '#FDF73A'

red 253 ◦ green 247 ◦ blue 58

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

Shades of Gorse #FDF73A

Tints of Gorse #FDF73A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 10.39%

R = 45.34%
G = 44.27%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FDF73A (or 0xFDF73A) is known color: Gorse. HEX triplet: FD, F7 and 3A. RGB value is (253,247,58). Sum of RGB (Red+Green+Blue) = 253+247+58=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 247 (96.88% from 255 or 44.27% from 558); Blue value is 58 (23.05% from 255 or 10.39% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF73A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF73A is #0208C5. Grayscale: #E4E4E4. Windows color (decimal): -133318 or 3864573. OLE color: 3864573.

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

Color convert

RGB 253 247 58 -
CMYK 0 0.02 0.77 0.01
HSL 58.15º 0.98% 0.61% -
HSV(B) 58.15º 0.77% 0.99% -
XYZ 74.53 87.71 17 -
YUV 227.25 32.49 146.37 -
System Red Green Blue C M Y K H S L
Decimal 253 247 58 0 0.02 0.77 0.01 58.15 0.98 0.61
Hex FD F7 3A 0 2 4D 1 3A 62 3D
Octal 375 367 72 0 2 115 1 72 142 75
Binary 11111101 11110111 111010 0 10 1001101 1 111010 1100010 111101

Color Harmonies of #FDF73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF73A

Black with #FDF73A

Text Example


Text Example

White with #FDF73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF73A; }

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

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

background-color css

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

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

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

border-color css

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

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

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