Html Css Color HEX #F2D707 School Bus Yellow

📋 copy color: '#F2D707'

red 242 ◦ green 215 ◦ blue 7

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

Shades of School Bus Yellow #F2D707

Tints of School Bus Yellow #F2D707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.51%

R = 52.16%
G = 46.34%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F2D707 (or 0xF2D707) is known color: School Bus Yellow. HEX triplet: F2, D7 and 07. RGB value is (242,215,7). Sum of RGB (Red+Green+Blue) = 242+215+7=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 7 (3.12% from 255 or 1.51% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D707 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D707 is #0D28F8. Grayscale: #C8C8C8. Windows color (decimal): -862457 or 514034. OLE color: 514034.

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

Color convert

RGB 242 215 7 -
CMYK 0 0.11 0.97 0.05
HSL 53.11º 0.94% 0.49% -
HSV(B) 53.11º 0.97% 0.95% -
XYZ 60.96 67.49 10.02 -
YUV 199.36 19.45 158.41 -
System Red Green Blue C M Y K H S L
Decimal 242 215 7 0 0.11 0.97 0.05 53.11 0.94 0.49
Hex F2 D7 7 0 B 61 5 35 5E 31
Octal 362 327 7 0 13 141 5 65 136 61
Binary 11110010 11010111 111 0 1011 1100001 101 110101 1011110 110001

Color Harmonies of #F2D707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D707

Black with #F2D707

Text Example


Text Example

White with #F2D707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D707; }

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

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

background-color css

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

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

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

border-color css

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

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

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