Html Css Color HEX #F5ED2E Gorse

📋 copy color: '#F5ED2E'

red 245 ◦ green 237 ◦ blue 46

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

Shades of Gorse #F5ED2E

Tints of Gorse #F5ED2E

RGB

 RED value IS 245 (96.09% from 255) = 46.4%

 GREEN value IS 237 (92.97% from 255) = 44.89%

 BLUE value IS 46 (18.36% from 255) = 8.71%

R = 46.4%
G = 44.89%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F5ED2E (or 0xF5ED2E) is known color: Gorse. HEX triplet: F5, ED and 2E. RGB value is (245,237,46). Sum of RGB (Red+Green+Blue) = 245+237+46=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 237 (92.97% from 255 or 44.89% from 528); Blue value is 46 (18.36% from 255 or 8.71% from 528); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ED2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5ED2E is #0A12D1. Grayscale: #DADADA. Windows color (decimal): -660178 or 3075573. OLE color: 3075573.

HSL color Cylindrical-coordinate representation of color #F5ED2E: hue angle of 57.59º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F5ED2E is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 237 46 -
CMYK 0 0.03 0.81 0.04
HSL 57.59º 0.91% 0.57% -
HSV(B) 57.59º 0.81% 0.96% -
XYZ 68.43 80.18 14.45 -
YUV 217.62 31.15 147.53 -
System Red Green Blue C M Y K H S L
Decimal 245 237 46 0 0.03 0.81 0.04 57.59 0.91 0.57
Hex F5 ED 2E 0 3 51 4 3A 5B 39
Octal 365 355 56 0 3 121 4 72 133 71
Binary 11110101 11101101 101110 0 11 1010001 100 111010 1011011 111001

Color Harmonies of #F5ED2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ED2E

Black with #F5ED2E

Text Example


Text Example

White with #F5ED2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ED2E; }

 p { color: rgb(245,237,46); }

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

background-color css

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

 a { background-color: rgb(245,237,46); }

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

border-color css

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

 span { border-color: rgb(245,237,46); }

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