Html Css Color HEX #F2D710 School Bus Yellow

📋 copy color: '#F2D710'

red 242 ◦ green 215 ◦ blue 16

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

Shades of School Bus Yellow #F2D710

Tints of School Bus Yellow #F2D710

RGB

 RED value IS 242 (94.92% from 255) = 51.16%

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

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

R = 51.16%
G = 45.45%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F2D710 (or 0xF2D710) is known color: School Bus Yellow. HEX triplet: F2, D7 and 10. RGB value is (242,215,16). Sum of RGB (Red+Green+Blue) = 242+215+16=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 215 (84.38% from 255 or 45.45% from 473); Blue value is 16 (6.64% from 255 or 3.38% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D710 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D710 is #0D28EF. Grayscale: #C9C9C9. Windows color (decimal): -862448 or 1103858. OLE color: 1103858.

HSL color Cylindrical-coordinate representation of color #F2D710: hue angle of 52.83º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2D710 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 215 16 -
CMYK 0 0.11 0.93 0.05
HSL 52.83º 0.9% 0.51% -
HSV(B) 52.83º 0.93% 0.95% -
XYZ 61.01 67.52 10.31 -
YUV 200.39 23.95 157.68 -
System Red Green Blue C M Y K H S L
Decimal 242 215 16 0 0.11 0.93 0.05 52.83 0.9 0.51
Hex F2 D7 10 0 B 5D 5 35 5A 33
Octal 362 327 20 0 13 135 5 65 132 63
Binary 11110010 11010111 10000 0 1011 1011101 101 110101 1011010 110011

Color Harmonies of #F2D710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D710

Black with #F2D710

Text Example


Text Example

White with #F2D710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D710; }

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

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

background-color css

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

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

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

border-color css

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

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

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