Html Css Color HEX #F2D90B School Bus Yellow

📋 copy color: '#F2D90B'

red 242 ◦ green 217 ◦ blue 11

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

Shades of School Bus Yellow #F2D90B

Tints of School Bus Yellow #F2D90B

RGB

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

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

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

R = 51.49%
G = 46.17%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2D90B (or 0xF2D90B) is known color: School Bus Yellow. HEX triplet: F2, D9 and 0B. RGB value is (242,217,11). Sum of RGB (Red+Green+Blue) = 242+217+11=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 217 (85.16% from 255 or 46.17% from 470); Blue value is 11 (4.69% from 255 or 2.34% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D90B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D90B is #0D26F4. Grayscale: #C9C9C9. Windows color (decimal): -861941 or 776690. OLE color: 776690.

HSL color Cylindrical-coordinate representation of color #F2D90B: hue angle of 53.51º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2D90B is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 217 11 -
CMYK 0 0.10 0.95 0.05
HSL 53.51º 0.91% 0.5% -
HSV(B) 53.51º 0.95% 0.95% -
XYZ 61.49 68.53 10.3 -
YUV 200.99 20.78 157.25 -
System Red Green Blue C M Y K H S L
Decimal 242 217 11 0 0.10 0.95 0.05 53.51 0.91 0.5
Hex F2 D9 B 0 A 5F 5 36 5B 32
Octal 362 331 13 0 12 137 5 66 133 62
Binary 11110010 11011001 1011 0 1010 1011111 101 110110 1011011 110010

Color Harmonies of #F2D90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D90B

Black with #F2D90B

Text Example


Text Example

White with #F2D90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D90B; }

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

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

background-color css

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

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

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

border-color css

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

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

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