Html Css Color HEX #F8DF3F Gorse

📋 copy color: '#F8DF3F'

red 248 ◦ green 223 ◦ blue 63

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

Shades of Gorse #F8DF3F

Tints of Gorse #F8DF3F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.76%

 BLUE value IS 63 (25% from 255) = 11.8%

R = 46.44%
G = 41.76%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F8DF3F (or 0xF8DF3F) is known color: Gorse. HEX triplet: F8, DF and 3F. RGB value is (248,223,63). Sum of RGB (Red+Green+Blue) = 248+223+63=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 63 (25% from 255 or 11.80% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DF3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DF3F is #0720C0. Grayscale: #D4D4D4. Windows color (decimal): -467137 or 4186104. OLE color: 4186104.

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

Color convert

RGB 248 223 63 -
CMYK 0 0.10 0.75 0.03
HSL 51.89º 0.93% 0.61% -
HSV(B) 51.89º 0.75% 0.97% -
XYZ 66 73.09 15.33 -
YUV 212.24 43.78 153.51 -
System Red Green Blue C M Y K H S L
Decimal 248 223 63 0 0.10 0.75 0.03 51.89 0.93 0.61
Hex F8 DF 3F 0 A 4B 3 34 5D 3D
Octal 370 337 77 0 12 113 3 64 135 75
Binary 11111000 11011111 111111 0 1010 1001011 11 110100 1011101 111101

Color Harmonies of #F8DF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DF3F

Black with #F8DF3F

Text Example


Text Example

White with #F8DF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DF3F; }

 p { color: rgb(248,223,63); }

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

background-color css

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

 a { background-color: rgb(248,223,63); }

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

border-color css

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

 span { border-color: rgb(248,223,63); }

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