Html Css Color HEX #FEDB0B School Bus Yellow

📋 copy color: '#FEDB0B'

red 254 ◦ green 219 ◦ blue 11

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

Shades of School Bus Yellow #FEDB0B

Tints of School Bus Yellow #FEDB0B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.25%

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

R = 52.48%
G = 45.25%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FEDB0B (or 0xFEDB0B) is known color: School Bus Yellow. HEX triplet: FE, DB and 0B. RGB value is (254,219,11). Sum of RGB (Red+Green+Blue) = 254+219+11=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 11 (4.69% from 255 or 2.27% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDB0B is #0124F4. Grayscale: #CECECE. Windows color (decimal): -74997 or 777214. OLE color: 777214.

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

Color convert

RGB 254 219 11 -
CMYK 0 0.14 0.96 0.00
HSL 51.36º 0.99% 0.52% -
HSV(B) 51.36º 0.96% 1% -
XYZ 66.26 71.76 10.67 -
YUV 205.75 18.1 162.41 -
System Red Green Blue C M Y K H S L
Decimal 254 219 11 0 0.14 0.96 0.00 51.36 0.99 0.52
Hex FE DB B 0 E 60 0 33 63 34
Octal 376 333 13 0 16 140 0 63 143 64
Binary 11111110 11011011 1011 0 1110 1100000 0 110011 1100011 110100

Color Harmonies of #FEDB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB0B

Black with #FEDB0B

Text Example


Text Example

White with #FEDB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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