Html Css Color HEX #FDDB01 School Bus Yellow

📋 copy color: '#FDDB01'

red 253 ◦ green 219 ◦ blue 1

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

Shades of School Bus Yellow #FDDB01

Tints of School Bus Yellow #FDDB01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.21%

R = 53.49%
G = 46.3%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FDDB01 (or 0xFDDB01) is known color: School Bus Yellow. HEX triplet: FD, DB and 01. RGB value is (253,219,1). Sum of RGB (Red+Green+Blue) = 253+219+1=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 1 (0.78% from 255 or 0.21% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDB01 is #0224FE. Grayscale: #CDCDCD. Windows color (decimal): -140543 or 121853. OLE color: 121853.

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

Color convert

RGB 253 219 1 -
CMYK 0 0.13 1.00 0.01
HSL 51.9º 0.99% 0.5% -
HSV(B) 51.9º 1% 0.99% -
XYZ 65.85 71.55 10.37 -
YUV 204.31 13.26 162.73 -
System Red Green Blue C M Y K H S L
Decimal 253 219 1 0 0.13 1.00 0.01 51.9 0.99 0.5
Hex FD DB 1 0 D 64 1 34 63 32
Octal 375 333 1 0 15 144 1 64 143 62
Binary 11111101 11011011 1 0 1101 1100100 1 110100 1100011 110010

Color Harmonies of #FDDB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB01

Black with #FDDB01

Text Example


Text Example

White with #FDDB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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