Html Css Color HEX #FEDA0D School Bus Yellow

📋 copy color: '#FEDA0D'

red 254 ◦ green 218 ◦ blue 13

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

Shades of School Bus Yellow #FEDA0D

Tints of School Bus Yellow #FEDA0D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.95%

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

R = 52.37%
G = 44.95%
B = 2.68%

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

#FEDA0D (or 0xFEDA0D) is known color: School Bus Yellow. HEX triplet: FE, DA and 0D. RGB value is (254,218,13). Sum of RGB (Red+Green+Blue) = 254+218+13=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 13 (5.47% from 255 or 2.68% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDA0D is #0125F2. Grayscale: #CECECE. Windows color (decimal): -75251 or 908030. OLE color: 908030.

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

Color convert

RGB 254 218 13 -
CMYK 0 0.14 0.95 0.00
HSL 51.04º 0.99% 0.52% -
HSV(B) 51.04º 0.95% 1% -
XYZ 66.02 71.24 10.65 -
YUV 205.39 19.43 162.67 -
System Red Green Blue C M Y K H S L
Decimal 254 218 13 0 0.14 0.95 0.00 51.04 0.99 0.52
Hex FE DA D 0 E 5F 0 33 63 34
Octal 376 332 15 0 16 137 0 63 143 64
Binary 11111110 11011010 1101 0 1110 1011111 0 110011 1100011 110100

Color Harmonies of #FEDA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDA0D

Black with #FEDA0D

Text Example


Text Example

White with #FEDA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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