Html Css Color HEX #FEDB07 School Bus Yellow

📋 copy color: '#FEDB07'

red 254 ◦ green 219 ◦ blue 7

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

Shades of School Bus Yellow #FEDB07

Tints of School Bus Yellow #FEDB07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.46%

R = 52.92%
G = 45.63%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FEDB07 (or 0xFEDB07) is known color: School Bus Yellow. HEX triplet: FE, DB and 07. RGB value is (254,219,7). Sum of RGB (Red+Green+Blue) = 254+219+7=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 7 (3.12% from 255 or 1.46% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDB07 is #0124F8. Grayscale: #CECECE. Windows color (decimal): -75001 or 515070. OLE color: 515070.

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

Color convert

RGB 254 219 7 -
CMYK 0 0.14 0.97 0.00
HSL 51.5º 0.99% 0.51% -
HSV(B) 51.5º 0.97% 1% -
XYZ 66.24 71.75 10.56 -
YUV 205.3 16.1 162.74 -
System Red Green Blue C M Y K H S L
Decimal 254 219 7 0 0.14 0.97 0.00 51.5 0.99 0.51
Hex FE DB 7 0 E 61 0 33 63 33
Octal 376 333 7 0 16 141 0 63 143 63
Binary 11111110 11011011 111 0 1110 1100001 0 110011 1100011 110011

Color Harmonies of #FEDB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB07

Black with #FEDB07

Text Example


Text Example

White with #FEDB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB07; }

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

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

background-color css

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

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

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

border-color css

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

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

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