Html Css Color HEX #F8F03D Gorse

📋 copy color: '#F8F03D'

red 248 ◦ green 240 ◦ blue 61

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

Shades of Gorse #F8F03D

Tints of Gorse #F8F03D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.72%

 BLUE value IS 61 (24.22% from 255) = 11.11%

R = 45.17%
G = 43.72%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F8F03D (or 0xF8F03D) is known color: Gorse. HEX triplet: F8, F0 and 3D. RGB value is (248,240,61). Sum of RGB (Red+Green+Blue) = 248+240+61=549 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.17% from 549); Green value is 240 (94.14% from 255 or 43.72% from 549); Blue value is 61 (24.22% from 255 or 11.11% from 549); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F03D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F03D is #070FC2. Grayscale: #DEDEDE. Windows color (decimal): -462787 or 4059384. OLE color: 4059384.

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

Color convert

RGB 248 240 61 -
CMYK 0 0.03 0.75 0.03
HSL 57.43º 0.93% 0.61% -
HSV(B) 57.43º 0.75% 0.97% -
XYZ 70.71 82.61 16.63 -
YUV 221.99 37.15 146.55 -
System Red Green Blue C M Y K H S L
Decimal 248 240 61 0 0.03 0.75 0.03 57.43 0.93 0.61
Hex F8 F0 3D 0 3 4B 3 39 5D 3D
Octal 370 360 75 0 3 113 3 71 135 75
Binary 11111000 11110000 111101 0 11 1001011 11 111001 1011101 111101

Color Harmonies of #F8F03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F03D

Black with #F8F03D

Text Example


Text Example

White with #F8F03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F03D; }

 p { color: rgb(248,240,61); }

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

background-color css

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

 a { background-color: rgb(248,240,61); }

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

border-color css

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

 span { border-color: rgb(248,240,61); }

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