Html Css Color HEX #F8D701 School Bus Yellow

📋 copy color: '#F8D701'

red 248 ◦ green 215 ◦ blue 1

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

Shades of School Bus Yellow #F8D701

Tints of School Bus Yellow #F8D701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 53.45%
G = 46.34%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F8D701 (or 0xF8D701) is known color: School Bus Yellow. HEX triplet: F8, D7 and 01. RGB value is (248,215,1). Sum of RGB (Red+Green+Blue) = 248+215+1=464 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.45% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 1 (0.78% from 255 or 0.22% from 464); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D701 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D701 is #0728FE. Grayscale: #C9C9C9. Windows color (decimal): -469247 or 120824. OLE color: 120824.

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

Color convert

RGB 248 215 1 -
CMYK 0 0.13 1.00 0.03
HSL 51.98º 0.99% 0.49% -
HSV(B) 51.98º 1% 0.97% -
XYZ 63.02 68.56 9.94 -
YUV 200.47 15.43 161.9 -
System Red Green Blue C M Y K H S L
Decimal 248 215 1 0 0.13 1.00 0.03 51.98 0.99 0.49
Hex F8 D7 1 0 D 64 3 34 63 31
Octal 370 327 1 0 15 144 3 64 143 61
Binary 11111000 11010111 1 0 1101 1100100 11 110100 1100011 110001

Color Harmonies of #F8D701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D701

Black with #F8D701

Text Example


Text Example

White with #F8D701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D701; }

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

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

background-color css

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

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

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

border-color css

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

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

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