Html Css Color HEX #F7D702 School Bus Yellow

📋 copy color: '#F7D702'

red 247 ◦ green 215 ◦ blue 2

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

Shades of School Bus Yellow #F7D702

Tints of School Bus Yellow #F7D702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.43%

R = 53.23%
G = 46.34%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F7D702 (or 0xF7D702) is known color: School Bus Yellow. HEX triplet: F7, D7 and 02. RGB value is (247,215,2). Sum of RGB (Red+Green+Blue) = 247+215+2=464 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.23% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 2 (1.17% from 255 or 0.43% from 464); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D702 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D702 is #0828FD. Grayscale: #C9C9C9. Windows color (decimal): -534782 or 186359. OLE color: 186359.

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

Color convert

RGB 247 215 2 -
CMYK 0 0.13 0.99 0.03
HSL 52.16º 0.98% 0.49% -
HSV(B) 52.16º 0.99% 0.97% -
XYZ 62.67 68.38 9.95 -
YUV 200.29 16.1 161.32 -
System Red Green Blue C M Y K H S L
Decimal 247 215 2 0 0.13 0.99 0.03 52.16 0.98 0.49
Hex F7 D7 2 0 D 63 3 34 62 31
Octal 367 327 2 0 15 143 3 64 142 61
Binary 11110111 11010111 10 0 1101 1100011 11 110100 1100010 110001

Color Harmonies of #F7D702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D702

Black with #F7D702

Text Example


Text Example

White with #F7D702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D702; }

 p { color: rgb(247,215,2); }

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

background-color css

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

 a { background-color: rgb(247,215,2); }

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

border-color css

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

 span { border-color: rgb(247,215,2); }

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