Html Css Color HEX #F8BA00 Selective Yellow

📋 copy color: '#F8BA00'

red 248 ◦ green 186 ◦ blue 0

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

Shades of Selective Yellow #F8BA00

Tints of Selective Yellow #F8BA00

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.86%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.14%
G = 42.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F8BA00 (or 0xF8BA00) is known color: Selective Yellow. HEX triplet: F8, BA and 00. RGB value is (248,186,0). Sum of RGB (Red+Green+Blue) = 248+186+0=434 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.14% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 0 (0.39% from 255 or 0% from 434); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8BA00 is #0745FF. Grayscale: #B8B8B8. Windows color (decimal): -476672 or 47864. OLE color: 47864.

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

Color convert

RGB 248 186 0 -
CMYK 0 0.25 1 0.03
HSL 45º 1% 0.49% -
HSV(B) 45º 1% 0.97% -
XYZ 56.27 55.07 7.66 -
YUV 183.33 24.54 174.12 -
System Red Green Blue C M Y K H S L
Decimal 248 186 0 0 0.25 1 0.03 45 1 0.49
Hex F8 BA 0 0 19 64 3 2D 64 31
Octal 370 272 0 0 31 144 3 55 144 61
Binary 11111000 10111010 0 0 11001 1100100 11 101101 1100100 110001

Color Harmonies of #F8BA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BA00

Black with #F8BA00

Text Example


Text Example

White with #F8BA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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