Html Css Color HEX #F5ED2B Gorse

📋 copy color: '#F5ED2B'

red 245 ◦ green 237 ◦ blue 43

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

Shades of Gorse #F5ED2B

Tints of Gorse #F5ED2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.19%

R = 46.67%
G = 45.14%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5ED2B (or 0xF5ED2B) is known color: Gorse. HEX triplet: F5, ED and 2B. RGB value is (245,237,43). Sum of RGB (Red+Green+Blue) = 245+237+43=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 43 (17.19% from 255 or 8.19% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ED2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5ED2B is #0A12D4. Grayscale: #DADADA. Windows color (decimal): -660181 or 2878965. OLE color: 2878965.

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

Color convert

RGB 245 237 43 -
CMYK 0 0.03 0.82 0.04
HSL 57.62º 0.91% 0.56% -
HSV(B) 57.62º 0.82% 0.96% -
XYZ 68.38 80.16 14.15 -
YUV 217.28 29.65 147.77 -
System Red Green Blue C M Y K H S L
Decimal 245 237 43 0 0.03 0.82 0.04 57.62 0.91 0.56
Hex F5 ED 2B 0 3 52 4 3A 5B 38
Octal 365 355 53 0 3 122 4 72 133 70
Binary 11110101 11101101 101011 0 11 1010010 100 111010 1011011 111000

Color Harmonies of #F5ED2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ED2B

Black with #F5ED2B

Text Example


Text Example

White with #F5ED2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ED2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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