Html Css Color HEX #F7D805 School Bus Yellow

📋 copy color: '#F7D805'

red 247 ◦ green 216 ◦ blue 5

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

Shades of School Bus Yellow #F7D805

Tints of School Bus Yellow #F7D805

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.15%

 BLUE value IS 5 (2.34% from 255) = 1.07%

R = 52.78%
G = 46.15%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F7D805 (or 0xF7D805) is known color: School Bus Yellow. HEX triplet: F7, D8 and 05. RGB value is (247,216,5). Sum of RGB (Red+Green+Blue) = 247+216+5=468 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.78% from 468); Green value is 216 (84.77% from 255 or 46.15% from 468); Blue value is 5 (2.34% from 255 or 1.07% from 468); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D805 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D805 is #0827FA. Grayscale: #CACACA. Windows color (decimal): -534523 or 383223. OLE color: 383223.

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

Color convert

RGB 247 216 5 -
CMYK 0 0.13 0.98 0.03
HSL 52.31º 0.96% 0.49% -
HSV(B) 52.31º 0.98% 0.97% -
XYZ 62.94 68.9 10.12 -
YUV 201.22 17.27 160.66 -
System Red Green Blue C M Y K H S L
Decimal 247 216 5 0 0.13 0.98 0.03 52.31 0.96 0.49
Hex F7 D8 5 0 D 62 3 34 60 31
Octal 367 330 5 0 15 142 3 64 140 61
Binary 11110111 11011000 101 0 1101 1100010 11 110100 1100000 110001

Color Harmonies of #F7D805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D805

Black with #F7D805

Text Example


Text Example

White with #F7D805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D805; }

 p { color: rgb(247,216,5); }

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

background-color css

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

 a { background-color: rgb(247,216,5); }

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

border-color css

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

 span { border-color: rgb(247,216,5); }

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