Html Css Color HEX #F8F42F Gorse

📋 copy color: '#F8F42F'

red 248 ◦ green 244 ◦ blue 47

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

Shades of Gorse #F8F42F

Tints of Gorse #F8F42F

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.27%

 BLUE value IS 47 (18.75% from 255) = 8.72%

R = 46.01%
G = 45.27%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F8F42F (or 0xF8F42F) is known color: Gorse. HEX triplet: F8, F4 and 2F. RGB value is (248,244,47). Sum of RGB (Red+Green+Blue) = 248+244+47=539 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.01% from 539); Green value is 244 (95.70% from 255 or 45.27% from 539); Blue value is 47 (18.75% from 255 or 8.72% from 539); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F42F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F42F is #070BD0. Grayscale: #DFDFDF. Windows color (decimal): -461777 or 3142904. OLE color: 3142904.

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

Color convert

RGB 248 244 47 -
CMYK 0 0.02 0.81 0.03
HSL 58.81º 0.93% 0.58% -
HSV(B) 58.81º 0.81% 0.97% -
XYZ 71.58 84.86 15.3 -
YUV 222.74 28.83 146.02 -
System Red Green Blue C M Y K H S L
Decimal 248 244 47 0 0.02 0.81 0.03 58.81 0.93 0.58
Hex F8 F4 2F 0 2 51 3 3B 5D 3A
Octal 370 364 57 0 2 121 3 73 135 72
Binary 11111000 11110100 101111 0 10 1010001 11 111011 1011101 111010

Color Harmonies of #F8F42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F42F

Black with #F8F42F

Text Example


Text Example

White with #F8F42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F42F; }

 p { color: rgb(248,244,47); }

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

background-color css

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

 a { background-color: rgb(248,244,47); }

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

border-color css

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

 span { border-color: rgb(248,244,47); }

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