Html Css Color HEX #FDDB09 School Bus Yellow

📋 copy color: '#FDDB09'

red 253 ◦ green 219 ◦ blue 9

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

Shades of School Bus Yellow #FDDB09

Tints of School Bus Yellow #FDDB09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 1.87%

R = 52.6%
G = 45.53%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDDB09 (or 0xFDDB09) is known color: School Bus Yellow. HEX triplet: FD, DB and 09. RGB value is (253,219,9). Sum of RGB (Red+Green+Blue) = 253+219+9=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 9 (3.91% from 255 or 1.87% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDB09 is #0224F6. Grayscale: #CECECE. Windows color (decimal): -140535 or 646141. OLE color: 646141.

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

Color convert

RGB 253 219 9 -
CMYK 0 0.13 0.96 0.01
HSL 51.64º 0.98% 0.51% -
HSV(B) 51.64º 0.96% 0.99% -
XYZ 65.89 71.57 10.6 -
YUV 205.23 17.26 162.08 -
System Red Green Blue C M Y K H S L
Decimal 253 219 9 0 0.13 0.96 0.01 51.64 0.98 0.51
Hex FD DB 9 0 D 60 1 34 62 33
Octal 375 333 11 0 15 140 1 64 142 63
Binary 11111101 11011011 1001 0 1101 1100000 1 110100 1100010 110011

Color Harmonies of #FDDB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB09

Black with #FDDB09

Text Example


Text Example

White with #FDDB09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB09; }

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

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

background-color css

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

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

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

border-color css

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

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

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