Html Css Color HEX #F8D700 School Bus Yellow

📋 copy color: '#F8D700'

red 248 ◦ green 215 ◦ blue 0

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

Shades of School Bus Yellow #F8D700

Tints of School Bus Yellow #F8D700

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.44%

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

R = 53.56%
G = 46.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F8D700 (or 0xF8D700) is known color: School Bus Yellow. HEX triplet: F8, D7 and 00. RGB value is (248,215,0). Sum of RGB (Red+Green+Blue) = 248+215+0=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 215 (84.38% from 255 or 46.44% from 463); Blue value is 0 (0.39% from 255 or 0% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D700 is #0728FF. Grayscale: #C9C9C9. Windows color (decimal): -469248 or 55288. OLE color: 55288.

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

Color convert

RGB 248 215 0 -
CMYK 0 0.13 1 0.03
HSL 52.02º 1% 0.49% -
HSV(B) 52.02º 1% 0.97% -
XYZ 63.01 68.56 9.91 -
YUV 200.36 14.93 161.98 -
System Red Green Blue C M Y K H S L
Decimal 248 215 0 0 0.13 1 0.03 52.02 1 0.49
Hex F8 D7 0 0 D 64 3 34 64 31
Octal 370 327 0 0 15 144 3 64 144 61
Binary 11111000 11010111 0 0 1101 1100100 11 110100 1100100 110001

Color Harmonies of #F8D700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D700

Black with #F8D700

Text Example


Text Example

White with #F8D700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D700; }

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

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

background-color css

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

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

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

border-color css

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

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

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