Html Css Color HEX #FDDB00 School Bus Yellow

📋 copy color: '#FDDB00'

red 253 ◦ green 219 ◦ blue 0

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

Shades of School Bus Yellow #FDDB00

Tints of School Bus Yellow #FDDB00

RGB

 RED value IS 253 (99.22% from 255) = 53.6%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.6%
G = 46.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FDDB00 (or 0xFDDB00) is known color: School Bus Yellow. HEX triplet: FD, DB and 00. RGB value is (253,219,0). Sum of RGB (Red+Green+Blue) = 253+219+0=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 0 (0.39% from 255 or 0% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDB00 is #0224FF. Grayscale: #CDCDCD. Windows color (decimal): -140544 or 56317. OLE color: 56317.

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

Color convert

RGB 253 219 0 -
CMYK 0 0.13 1 0.01
HSL 51.94º 1% 0.5% -
HSV(B) 51.94º 1% 0.99% -
XYZ 65.84 71.55 10.34 -
YUV 204.2 12.76 162.81 -
System Red Green Blue C M Y K H S L
Decimal 253 219 0 0 0.13 1 0.01 51.94 1 0.5
Hex FD DB 0 0 D 64 1 34 64 32
Octal 375 333 0 0 15 144 1 64 144 62
Binary 11111101 11011011 0 0 1101 1100100 1 110100 1100100 110010

Color Harmonies of #FDDB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB00

Black with #FDDB00

Text Example


Text Example

White with #FDDB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB00; }

 p { color: rgb(253,219,0); }

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

background-color css

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

 a { background-color: rgb(253,219,0); }

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

border-color css

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

 span { border-color: rgb(253,219,0); }

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