Html Css Color HEX #F8B300 Selective Yellow

📋 copy color: '#F8B300'

red 248 ◦ green 179 ◦ blue 0

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

Shades of Selective Yellow #F8B300

Tints of Selective Yellow #F8B300

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.92%

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

R = 58.08%
G = 41.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F8B300 (or 0xF8B300) is known color: Selective Yellow. HEX triplet: F8, B3 and 00. RGB value is (248,179,0). Sum of RGB (Red+Green+Blue) = 248+179+0=427 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.08% from 427); Green value is 179 (70.31% from 255 or 41.92% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8B300 is #074CFF. Grayscale: #B4B4B4. Windows color (decimal): -478464 or 46072. OLE color: 46072.

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

Color convert

RGB 248 179 0 -
CMYK 0 0.28 1 0.03
HSL 43.31º 1% 0.49% -
HSV(B) 43.31º 1% 0.97% -
XYZ 54.83 52.2 7.19 -
YUV 179.23 26.86 177.05 -
System Red Green Blue C M Y K H S L
Decimal 248 179 0 0 0.28 1 0.03 43.31 1 0.49
Hex F8 B3 0 0 1C 64 3 2B 64 31
Octal 370 263 0 0 34 144 3 53 144 61
Binary 11111000 10110011 0 0 11100 1100100 11 101011 1100100 110001

Color Harmonies of #F8B300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B300

Black with #F8B300

Text Example


Text Example

White with #F8B300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B300; }

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

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

background-color css

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

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

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

border-color css

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

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

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