Html Css Color HEX #F8D707 School Bus Yellow

📋 copy color: '#F8D707'

red 248 ◦ green 215 ◦ blue 7

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

Shades of School Bus Yellow #F8D707

Tints of School Bus Yellow #F8D707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.49%

R = 52.77%
G = 45.74%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#F8D707 (or 0xF8D707) is known color: School Bus Yellow. HEX triplet: F8, D7 and 07. RGB value is (248,215,7). Sum of RGB (Red+Green+Blue) = 248+215+7=470 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.77% from 470); Green value is 215 (84.38% from 255 or 45.74% from 470); Blue value is 7 (3.12% from 255 or 1.49% from 470); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D707 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D707 is #0728F8. Grayscale: #CACACA. Windows color (decimal): -469241 or 514040. OLE color: 514040.

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

Color convert

RGB 248 215 7 -
CMYK 0 0.13 0.97 0.03
HSL 51.78º 0.95% 0.5% -
HSV(B) 51.78º 0.97% 0.97% -
XYZ 63.05 68.57 10.11 -
YUV 201.16 18.43 161.41 -
System Red Green Blue C M Y K H S L
Decimal 248 215 7 0 0.13 0.97 0.03 51.78 0.95 0.5
Hex F8 D7 7 0 D 61 3 34 5F 32
Octal 370 327 7 0 15 141 3 64 137 62
Binary 11111000 11010111 111 0 1101 1100001 11 110100 1011111 110010

Color Harmonies of #F8D707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D707

Black with #F8D707

Text Example


Text Example

White with #F8D707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D707; }

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

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

background-color css

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

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

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

border-color css

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

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

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