Html Css Color HEX #FED80B School Bus Yellow

📋 copy color: '#FED80B'

red 254 ◦ green 216 ◦ blue 11

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

Shades of School Bus Yellow #FED80B

Tints of School Bus Yellow #FED80B

RGB

 RED value IS 254 (99.61% from 255) = 52.81%

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

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

R = 52.81%
G = 44.91%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FED80B (or 0xFED80B) is known color: School Bus Yellow. HEX triplet: FE, D8 and 0B. RGB value is (254,216,11). Sum of RGB (Red+Green+Blue) = 254+216+11=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 11 (4.69% from 255 or 2.29% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FED80B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED80B is #0127F4. Grayscale: #CCCCCC. Windows color (decimal): -75765 or 776446. OLE color: 776446.

HSL color Cylindrical-coordinate representation of color #FED80B: hue angle of 50.62º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FED80B is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 216 11 -
CMYK 0 0.15 0.96 0.00
HSL 50.62º 0.99% 0.52% -
HSV(B) 50.62º 0.96% 1% -
XYZ 65.49 70.21 10.42 -
YUV 203.99 19.09 163.67 -
System Red Green Blue C M Y K H S L
Decimal 254 216 11 0 0.15 0.96 0.00 50.62 0.99 0.52
Hex FE D8 B 0 F 60 0 33 63 34
Octal 376 330 13 0 17 140 0 63 143 64
Binary 11111110 11011000 1011 0 1111 1100000 0 110011 1100011 110100

Color Harmonies of #FED80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED80B

Black with #FED80B

Text Example


Text Example

White with #FED80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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