Html Css Color HEX #FEDB0D School Bus Yellow

📋 copy color: '#FEDB0D'

red 254 ◦ green 219 ◦ blue 13

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

Shades of School Bus Yellow #FEDB0D

Tints of School Bus Yellow #FEDB0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.67%

R = 52.26%
G = 45.06%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FEDB0D (or 0xFEDB0D) is known color: School Bus Yellow. HEX triplet: FE, DB and 0D. RGB value is (254,219,13). Sum of RGB (Red+Green+Blue) = 254+219+13=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 13 (5.47% from 255 or 2.67% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDB0D is #0124F2. Grayscale: #CECECE. Windows color (decimal): -74995 or 908286. OLE color: 908286.

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

Color convert

RGB 254 219 13 -
CMYK 0 0.14 0.95 0.00
HSL 51.29º 0.99% 0.52% -
HSV(B) 51.29º 0.95% 1% -
XYZ 66.28 71.76 10.74 -
YUV 205.98 19.1 162.25 -
System Red Green Blue C M Y K H S L
Decimal 254 219 13 0 0.14 0.95 0.00 51.29 0.99 0.52
Hex FE DB D 0 E 5F 0 33 63 34
Octal 376 333 15 0 16 137 0 63 143 64
Binary 11111110 11011011 1101 0 1110 1011111 0 110011 1100011 110100

Color Harmonies of #FEDB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB0D

Black with #FEDB0D

Text Example


Text Example

White with #FEDB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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