#F8BA08

Color #F8BA08 Selective Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Selective Yellow #F8BA08

Tints of Selective Yellow #F8BA08

Color information

#F8BA08 (or 0xF8BA08) is unknown color: approx Selective Yellow. HEX triplet: F8, BA and 08. RGB value is (248,186,8). Sum of RGB (Red+Green+Blue) = 248+186+8=442 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.11% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 8 (3.52% from 255 or 1.81% from 442); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8BA08 is #0745F7. Grayscale: #B9B9B9. Windows color (decimal): -476664 or 572152. OLE color: 572152.

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

Color convert

RGB2481868-
CMYK00.250.970.03
HSL44.5º94.49%50.2%-
HSV(B)44.5º96.77%97.25%-
XYZ56.3155.097.9-
YUV184.2528.54173.47-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 56.11%
GREEN value IS 186 (73.05% from 255) = 42.08%
BLUE value IS 8 (3.52% from 255) = 1.81%
R=56.11%
G=42.08%
B=1.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.97
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248186800.250.970.0344.594.4950.2
HexF8BA80196132c5e32
Octal3702721003114135413662
Binary111110001011101010000110011100001111011001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BA08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BA08; }

 p { color: rgb(248,186,8); }

 H1.HeaderClassName
 {
   color: #F8BA08;
 }
 .AnyTagClassName
 {
   color: #F8BA08;
 }
</style>
background-color css

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

 a { background-color: rgb(248,186,8); }

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

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

 span { border-color: rgb(248,186,8); }

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