Html Css Color HEX #F7D701 School Bus Yellow

📋 copy color: '#F7D701'

red 247 ◦ green 215 ◦ blue 1

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

Shades of School Bus Yellow #F7D701

Tints of School Bus Yellow #F7D701

RGB

 RED value IS 247 (96.88% from 255) = 53.35%

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

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

R = 53.35%
G = 46.44%
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

#F7D701 (or 0xF7D701) is known color: School Bus Yellow. HEX triplet: F7, D7 and 01. RGB value is (247,215,1). Sum of RGB (Red+Green+Blue) = 247+215+1=463 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.35% from 463); Green value is 215 (84.38% from 255 or 46.44% from 463); Blue value is 1 (0.78% from 255 or 0.22% from 463); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D701 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D701 is #0828FE. Grayscale: #C9C9C9. Windows color (decimal): -534783 or 120823. OLE color: 120823.

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

Color convert

RGB 247 215 1 -
CMYK 0 0.13 1.00 0.03
HSL 52.2º 0.99% 0.49% -
HSV(B) 52.2º 1% 0.97% -
XYZ 62.66 68.38 9.92 -
YUV 200.17 15.6 161.4 -
System Red Green Blue C M Y K H S L
Decimal 247 215 1 0 0.13 1.00 0.03 52.2 0.99 0.49
Hex F7 D7 1 0 D 64 3 34 63 31
Octal 367 327 1 0 15 144 3 64 143 61
Binary 11110111 11010111 1 0 1101 1100100 11 110100 1100011 110001

Color Harmonies of #F7D701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D701

Black with #F7D701

Text Example


Text Example

White with #F7D701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D701; }

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

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

background-color css

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

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

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

border-color css

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

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

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