Html Css Color HEX #F2D80B School Bus Yellow

📋 copy color: '#F2D80B'

red 242 ◦ green 216 ◦ blue 11

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

Shades of School Bus Yellow #F2D80B

Tints of School Bus Yellow #F2D80B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.06%

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

R = 51.6%
G = 46.06%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2D80B (or 0xF2D80B) is known color: School Bus Yellow. HEX triplet: F2, D8 and 0B. RGB value is (242,216,11). Sum of RGB (Red+Green+Blue) = 242+216+11=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 216 (84.77% from 255 or 46.06% from 469); Blue value is 11 (4.69% from 255 or 2.35% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D80B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D80B is #0D27F4. Grayscale: #C9C9C9. Windows color (decimal): -862197 or 776434. OLE color: 776434.

HSL color Cylindrical-coordinate representation of color #F2D80B: hue angle of 53.25º 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 #F2D80B is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 216 11 -
CMYK 0 0.11 0.95 0.05
HSL 53.25º 0.91% 0.5% -
HSV(B) 53.25º 0.95% 0.95% -
XYZ 61.23 68.01 10.22 -
YUV 200.4 21.11 157.67 -
System Red Green Blue C M Y K H S L
Decimal 242 216 11 0 0.11 0.95 0.05 53.25 0.91 0.5
Hex F2 D8 B 0 B 5F 5 35 5B 32
Octal 362 330 13 0 13 137 5 65 133 62
Binary 11110010 11011000 1011 0 1011 1011111 101 110101 1011011 110010

Color Harmonies of #F2D80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D80B

Black with #F2D80B

Text Example


Text Example

White with #F2D80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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