Html Css Color HEX #F8B000 Selective Yellow

📋 copy color: '#F8B000'

red 248 ◦ green 176 ◦ blue 0

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

Shades of Selective Yellow #F8B000

Tints of Selective Yellow #F8B000

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.51%

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

R = 58.49%
G = 41.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F8B000 (or 0xF8B000) is known color: Selective Yellow. HEX triplet: F8, B0 and 00. RGB value is (248,176,0). Sum of RGB (Red+Green+Blue) = 248+176+0=424 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.49% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 0 (0.39% from 255 or 0% from 424); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8B000 is #074FFF. Grayscale: #B2B2B2. Windows color (decimal): -479232 or 45304. OLE color: 45304.

HSL color Cylindrical-coordinate representation of color #F8B000: hue angle of 42.58º 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 #F8B000 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 176 0 -
CMYK 0 0.29 1 0.03
HSL 42.58º 1% 0.49% -
HSV(B) 42.58º 1% 0.97% -
XYZ 54.24 51.01 6.99 -
YUV 177.46 27.85 178.31 -
System Red Green Blue C M Y K H S L
Decimal 248 176 0 0 0.29 1 0.03 42.58 1 0.49
Hex F8 B0 0 0 1D 64 3 2B 64 31
Octal 370 260 0 0 35 144 3 53 144 61
Binary 11111000 10110000 0 0 11101 1100100 11 101011 1100100 110001

Color Harmonies of #F8B000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B000

Black with #F8B000

Text Example


Text Example

White with #F8B000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B000; }

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

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

background-color css

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

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

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

border-color css

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

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

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