Html Css Color HEX #F8DC2E Gorse

📋 copy color: '#F8DC2E'

red 248 ◦ green 220 ◦ blue 46

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

Shades of Gorse #F8DC2E

Tints of Gorse #F8DC2E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.8%

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

R = 48.25%
G = 42.8%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F8DC2E (or 0xF8DC2E) is known color: Gorse. HEX triplet: F8, DC and 2E. RGB value is (248,220,46). Sum of RGB (Red+Green+Blue) = 248+220+46=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 46 (18.36% from 255 or 8.95% from 514); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DC2E is #0723D1. Grayscale: #D1D1D1. Windows color (decimal): -467922 or 3071224. OLE color: 3071224.

HSL color Cylindrical-coordinate representation of color #F8DC2E: hue angle of 51.68º 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 #F8DC2E is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 220 46 -
CMYK 0 0.11 0.81 0.03
HSL 51.68º 0.94% 0.58% -
HSV(B) 51.68º 0.81% 0.97% -
XYZ 64.8 71.34 12.94 -
YUV 208.54 36.28 156.15 -
System Red Green Blue C M Y K H S L
Decimal 248 220 46 0 0.11 0.81 0.03 51.68 0.94 0.58
Hex F8 DC 2E 0 B 51 3 34 5E 3A
Octal 370 334 56 0 13 121 3 64 136 72
Binary 11111000 11011100 101110 0 1011 1010001 11 110100 1011110 111010

Color Harmonies of #F8DC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DC2E

Black with #F8DC2E

Text Example


Text Example

White with #F8DC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DC2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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