Html Css Color HEX #F7D90B School Bus Yellow

📋 copy color: '#F7D90B'

red 247 ◦ green 217 ◦ blue 11

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

Shades of School Bus Yellow #F7D90B

Tints of School Bus Yellow #F7D90B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.68%

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

R = 52%
G = 45.68%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F7D90B (or 0xF7D90B) is known color: School Bus Yellow. HEX triplet: F7, D9 and 0B. RGB value is (247,217,11). Sum of RGB (Red+Green+Blue) = 247+217+11=475 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 11 (4.69% from 255 or 2.32% from 475); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D90B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D90B is #0826F4. Grayscale: #CBCBCB. Windows color (decimal): -534261 or 776695. OLE color: 776695.

HSL color Cylindrical-coordinate representation of color #F7D90B: hue angle of 52.37º 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 #F7D90B is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 217 11 -
CMYK 0 0.12 0.96 0.03
HSL 52.37º 0.94% 0.51% -
HSV(B) 52.37º 0.96% 0.97% -
XYZ 63.23 69.42 10.38 -
YUV 202.49 19.94 159.75 -
System Red Green Blue C M Y K H S L
Decimal 247 217 11 0 0.12 0.96 0.03 52.37 0.94 0.51
Hex F7 D9 B 0 C 60 3 34 5E 33
Octal 367 331 13 0 14 140 3 64 136 63
Binary 11110111 11011001 1011 0 1100 1100000 11 110100 1011110 110011

Color Harmonies of #F7D90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D90B

Black with #F7D90B

Text Example


Text Example

White with #F7D90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D90B; }

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

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

background-color css

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

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

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

border-color css

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

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

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