Html Css Color HEX #F8F328 Gorse

📋 copy color: '#F8F328'

red 248 ◦ green 243 ◦ blue 40

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

Shades of Gorse #F8F328

Tints of Gorse #F8F328

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.76%

 BLUE value IS 40 (16.02% from 255) = 7.53%

R = 46.7%
G = 45.76%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F8F328 (or 0xF8F328) is known color: Gorse. HEX triplet: F8, F3 and 28. RGB value is (248,243,40). Sum of RGB (Red+Green+Blue) = 248+243+40=531 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.70% from 531); Green value is 243 (95.31% from 255 or 45.76% from 531); Blue value is 40 (16.02% from 255 or 7.53% from 531); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F328 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F328 is #070CD7. Grayscale: #DEDEDE. Windows color (decimal): -462040 or 2683896. OLE color: 2683896.

HSL color Cylindrical-coordinate representation of color #F8F328: hue angle of 58.56º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F8F328 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 243 40 -
CMYK 0 0.02 0.84 0.03
HSL 58.56º 0.94% 0.56% -
HSV(B) 58.56º 0.84% 0.97% -
XYZ 71.14 84.21 14.51 -
YUV 221.35 25.66 147.01 -
System Red Green Blue C M Y K H S L
Decimal 248 243 40 0 0.02 0.84 0.03 58.56 0.94 0.56
Hex F8 F3 28 0 2 54 3 3B 5E 38
Octal 370 363 50 0 2 124 3 73 136 70
Binary 11111000 11110011 101000 0 10 1010100 11 111011 1011110 111000

Color Harmonies of #F8F328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F328

Black with #F8F328

Text Example


Text Example

White with #F8F328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F328; }

 p { color: rgb(248,243,40); }

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

background-color css

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

 a { background-color: rgb(248,243,40); }

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

border-color css

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

 span { border-color: rgb(248,243,40); }

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