Html Css Color HEX #F8ED2E Gorse

📋 copy color: '#F8ED2E'

red 248 ◦ green 237 ◦ blue 46

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

Shades of Gorse #F8ED2E

Tints of Gorse #F8ED2E

RGB

 RED value IS 248 (97.27% from 255) = 46.7%

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

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

R = 46.7%
G = 44.63%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F8ED2E (or 0xF8ED2E) is known color: Gorse. HEX triplet: F8, ED and 2E. RGB value is (248,237,46). Sum of RGB (Red+Green+Blue) = 248+237+46=531 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.70% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 46 (18.36% from 255 or 8.66% from 531); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ED2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8ED2E is #0712D1. Grayscale: #DBDBDB. Windows color (decimal): -463570 or 3075576. OLE color: 3075576.

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

Color convert

RGB 248 237 46 -
CMYK 0 0.04 0.81 0.03
HSL 56.73º 0.94% 0.58% -
HSV(B) 56.73º 0.81% 0.97% -
XYZ 69.49 80.72 14.5 -
YUV 218.52 30.64 149.03 -
System Red Green Blue C M Y K H S L
Decimal 248 237 46 0 0.04 0.81 0.03 56.73 0.94 0.58
Hex F8 ED 2E 0 4 51 3 39 5E 3A
Octal 370 355 56 0 4 121 3 71 136 72
Binary 11111000 11101101 101110 0 100 1010001 11 111001 1011110 111010

Color Harmonies of #F8ED2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ED2E

Black with #F8ED2E

Text Example


Text Example

White with #F8ED2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ED2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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