Html Css Color HEX #F8D941 Gorse

📋 copy color: '#F8D941'

red 248 ◦ green 217 ◦ blue 65

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

Shades of Gorse #F8D941

Tints of Gorse #F8D941

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.94%

 BLUE value IS 65 (25.78% from 255) = 12.26%

R = 46.79%
G = 40.94%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F8D941 (or 0xF8D941) is known color: Gorse. HEX triplet: F8, D9 and 41. RGB value is (248,217,65). Sum of RGB (Red+Green+Blue) = 248+217+65=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 65 (25.78% from 255 or 12.26% from 530); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D941 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D941 is #0726BE. Grayscale: #D1D1D1. Windows color (decimal): -468671 or 4315640. OLE color: 4315640.

HSL color Cylindrical-coordinate representation of color #F8D941: hue angle of 49.84º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F8D941 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 217 65 -
CMYK 0 0.12 0.74 0.03
HSL 49.84º 0.93% 0.61% -
HSV(B) 49.84º 0.74% 0.97% -
XYZ 64.48 69.96 15.11 -
YUV 208.94 46.77 155.86 -
System Red Green Blue C M Y K H S L
Decimal 248 217 65 0 0.12 0.74 0.03 49.84 0.93 0.61
Hex F8 D9 41 0 C 4A 3 32 5D 3D
Octal 370 331 101 0 14 112 3 62 135 75
Binary 11111000 11011001 1000001 0 1100 1001010 11 110010 1011101 111101

Color Harmonies of #F8D941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D941

Black with #F8D941

Text Example


Text Example

White with #F8D941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D941; }

 p { color: rgb(248,217,65); }

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

background-color css

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

 a { background-color: rgb(248,217,65); }

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

border-color css

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

 span { border-color: rgb(248,217,65); }

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