Html Css Color HEX #F8F53D Gorse

📋 copy color: '#F8F53D'

red 248 ◦ green 245 ◦ blue 61

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

Shades of Gorse #F8F53D

Tints of Gorse #F8F53D

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.22%

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

R = 44.77%
G = 44.22%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F8F53D (or 0xF8F53D) is known color: Gorse. HEX triplet: F8, F5 and 3D. RGB value is (248,245,61). Sum of RGB (Red+Green+Blue) = 248+245+61=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 245 (96.09% from 255 or 44.22% from 554); Blue value is 61 (24.22% from 255 or 11.01% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F53D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F53D is #070AC2. Grayscale: #E1E1E1. Windows color (decimal): -461507 or 4060664. OLE color: 4060664.

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

Color convert

RGB 248 245 61 -
CMYK 0 0.01 0.75 0.03
HSL 59.04º 0.93% 0.61% -
HSV(B) 59.04º 0.75% 0.97% -
XYZ 72.21 85.6 17.13 -
YUV 224.92 35.49 144.46 -
System Red Green Blue C M Y K H S L
Decimal 248 245 61 0 0.01 0.75 0.03 59.04 0.93 0.61
Hex F8 F5 3D 0 1 4B 3 3B 5D 3D
Octal 370 365 75 0 1 113 3 73 135 75
Binary 11111000 11110101 111101 0 1 1001011 11 111011 1011101 111101

Color Harmonies of #F8F53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F53D

Black with #F8F53D

Text Example


Text Example

White with #F8F53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F53D; }

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

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

background-color css

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

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

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

border-color css

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

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

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