Html Css Color HEX #F7D80B School Bus Yellow

📋 copy color: '#F7D80B'

red 247 ◦ green 216 ◦ blue 11

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

Shades of School Bus Yellow #F7D80B

Tints of School Bus Yellow #F7D80B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.32%

R = 52.11%
G = 45.57%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F7D80B (or 0xF7D80B) is known color: School Bus Yellow. HEX triplet: F7, D8 and 0B. RGB value is (247,216,11). Sum of RGB (Red+Green+Blue) = 247+216+11=474 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.11% from 474); Green value is 216 (84.77% from 255 or 45.57% from 474); Blue value is 11 (4.69% from 255 or 2.32% from 474); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D80B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D80B is #0827F4. Grayscale: #CACACA. Windows color (decimal): -534517 or 776439. OLE color: 776439.

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

Color convert

RGB 247 216 11 -
CMYK 0 0.13 0.96 0.03
HSL 52.12º 0.94% 0.51% -
HSV(B) 52.12º 0.96% 0.97% -
XYZ 62.97 68.91 10.3 -
YUV 201.9 20.27 160.17 -
System Red Green Blue C M Y K H S L
Decimal 247 216 11 0 0.13 0.96 0.03 52.12 0.94 0.51
Hex F7 D8 B 0 D 60 3 34 5E 33
Octal 367 330 13 0 15 140 3 64 136 63
Binary 11110111 11011000 1011 0 1101 1100000 11 110100 1011110 110011

Color Harmonies of #F7D80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D80B

Black with #F7D80B

Text Example


Text Example

White with #F7D80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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