Html Css Color HEX #F6D710 School Bus Yellow

📋 copy color: '#F6D710'

red 246 ◦ green 215 ◦ blue 16

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

Shades of School Bus Yellow #F6D710

Tints of School Bus Yellow #F6D710

RGB

 RED value IS 246 (96.48% from 255) = 51.57%

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

 BLUE value IS 16 (6.64% from 255) = 3.35%

R = 51.57%
G = 45.07%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F6D710 (or 0xF6D710) is known color: School Bus Yellow. HEX triplet: F6, D7 and 10. RGB value is (246,215,16). Sum of RGB (Red+Green+Blue) = 246+215+16=477 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.57% from 477); Green value is 215 (84.38% from 255 or 45.07% from 477); Blue value is 16 (6.64% from 255 or 3.35% from 477); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D710 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6D710 is #0928EF. Grayscale: #CACACA. Windows color (decimal): -600304 or 1103862. OLE color: 1103862.

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

Color convert

RGB 246 215 16 -
CMYK 0 0.13 0.93 0.04
HSL 51.91º 0.93% 0.51% -
HSV(B) 51.91º 0.93% 0.96% -
XYZ 62.4 68.23 10.37 -
YUV 201.58 23.27 159.68 -
System Red Green Blue C M Y K H S L
Decimal 246 215 16 0 0.13 0.93 0.04 51.91 0.93 0.51
Hex F6 D7 10 0 D 5D 4 34 5D 33
Octal 366 327 20 0 15 135 4 64 135 63
Binary 11110110 11010111 10000 0 1101 1011101 100 110100 1011101 110011

Color Harmonies of #F6D710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D710

Black with #F6D710

Text Example


Text Example

White with #F6D710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D710; }

 p { color: rgb(246,215,16); }

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

background-color css

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

 a { background-color: rgb(246,215,16); }

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

border-color css

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

 span { border-color: rgb(246,215,16); }

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