Html Css Color HEX #FED73F Gorse

📋 copy color: '#FED73F'

red 254 ◦ green 215 ◦ blue 63

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

Shades of Gorse #FED73F

Tints of Gorse #FED73F

RGB

 RED value IS 254 (99.61% from 255) = 47.74%

 GREEN value IS 215 (84.38% from 255) = 40.41%

 BLUE value IS 63 (25% from 255) = 11.84%

R = 47.74%
G = 40.41%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FED73F (or 0xFED73F) is known color: Gorse. HEX triplet: FE, D7 and 3F. RGB value is (254,215,63). Sum of RGB (Red+Green+Blue) = 254+215+63=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 215 (84.38% from 255 or 40.41% from 532); Blue value is 63 (25% from 255 or 11.84% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FED73F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED73F is #0128C0. Grayscale: #D1D1D1. Windows color (decimal): -75969 or 4184062. OLE color: 4184062.

HSL color Cylindrical-coordinate representation of color #FED73F: hue angle of 47.75º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FED73F is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 215 63 -
CMYK 0 0.15 0.75 0.00
HSL 47.75º 0.99% 0.62% -
HSV(B) 47.75º 0.75% 1% -
XYZ 66.07 70.03 14.74 -
YUV 209.33 45.42 159.86 -
System Red Green Blue C M Y K H S L
Decimal 254 215 63 0 0.15 0.75 0.00 47.75 0.99 0.62
Hex FE D7 3F 0 F 4B 0 30 63 3E
Octal 376 327 77 0 17 113 0 60 143 76
Binary 11111110 11010111 111111 0 1111 1001011 0 110000 1100011 111110

Color Harmonies of #FED73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED73F

Black with #FED73F

Text Example


Text Example

White with #FED73F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED73F; }

 p { color: rgb(254,215,63); }

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

background-color css

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

 a { background-color: rgb(254,215,63); }

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

border-color css

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

 span { border-color: rgb(254,215,63); }

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