Html Css Color HEX #FEDA03 School Bus Yellow

📋 copy color: '#FEDA03'

red 254 ◦ green 218 ◦ blue 3

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

Shades of School Bus Yellow #FEDA03

Tints of School Bus Yellow #FEDA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.63%

R = 53.47%
G = 45.89%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FEDA03 (or 0xFEDA03) is known color: School Bus Yellow. HEX triplet: FE, DA and 03. RGB value is (254,218,3). Sum of RGB (Red+Green+Blue) = 254+218+3=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 3 (1.56% from 255 or 0.63% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDA03 is #0125FC. Grayscale: #CDCDCD. Windows color (decimal): -75261 or 252670. OLE color: 252670.

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

Color convert

RGB 254 218 3 -
CMYK 0 0.14 0.99 0.00
HSL 51.39º 0.99% 0.5% -
HSV(B) 51.39º 0.99% 1% -
XYZ 65.96 71.22 10.36 -
YUV 204.25 14.43 163.48 -
System Red Green Blue C M Y K H S L
Decimal 254 218 3 0 0.14 0.99 0.00 51.39 0.99 0.5
Hex FE DA 3 0 E 63 0 33 63 32
Octal 376 332 3 0 16 143 0 63 143 62
Binary 11111110 11011010 11 0 1110 1100011 0 110011 1100011 110010

Color Harmonies of #FEDA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDA03

Black with #FEDA03

Text Example


Text Example

White with #FEDA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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