Html Css Color HEX #F8F226 Gorse

📋 copy color: '#F8F226'

red 248 ◦ green 242 ◦ blue 38

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

Shades of Gorse #F8F226

Tints of Gorse #F8F226

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.83%

 BLUE value IS 38 (15.23% from 255) = 7.2%

R = 46.97%
G = 45.83%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F8F226 (or 0xF8F226) is known color: Gorse. HEX triplet: F8, F2 and 26. RGB value is (248,242,38). Sum of RGB (Red+Green+Blue) = 248+242+38=528 (69% of max value = 765). Red value is 248 (97.27% from 255 or 46.97% from 528); Green value is 242 (94.92% from 255 or 45.83% from 528); Blue value is 38 (15.23% from 255 or 7.20% from 528); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F226 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F226 is #070DD9. Grayscale: #DDDDDD. Windows color (decimal): -462298 or 2552568. OLE color: 2552568.

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

Color convert

RGB 248 242 38 -
CMYK 0 0.02 0.85 0.03
HSL 58.29º 0.94% 0.56% -
HSV(B) 58.29º 0.85% 0.97% -
XYZ 70.81 83.6 14.24 -
YUV 220.54 24.99 147.59 -
System Red Green Blue C M Y K H S L
Decimal 248 242 38 0 0.02 0.85 0.03 58.29 0.94 0.56
Hex F8 F2 26 0 2 55 3 3A 5E 38
Octal 370 362 46 0 2 125 3 72 136 70
Binary 11111000 11110010 100110 0 10 1010101 11 111010 1011110 111000

Color Harmonies of #F8F226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F226

Black with #F8F226

Text Example


Text Example

White with #F8F226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F226; }

 p { color: rgb(248,242,38); }

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

background-color css

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

 a { background-color: rgb(248,242,38); }

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

border-color css

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

 span { border-color: rgb(248,242,38); }

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