Html Css Color HEX #FFDB01 School Bus Yellow

📋 copy color: '#FFDB01'

red 255 ◦ green 219 ◦ blue 1

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

Shades of School Bus Yellow #FFDB01

Tints of School Bus Yellow #FFDB01

RGB

 RED value IS 255 (100% from 255) = 53.68%

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

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

R = 53.68%
G = 46.11%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FFDB01 (or 0xFFDB01) is known color: School Bus Yellow. HEX triplet: FF, DB and 01. RGB value is (255,219,1). Sum of RGB (Red+Green+Blue) = 255+219+1=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 1 (0.78% from 255 or 0.21% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDB01 is #0024FE. Grayscale: #CDCDCD. Windows color (decimal): -9471 or 121855. OLE color: 121855.

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

Color convert

RGB 255 219 1 -
CMYK 0 0.14 1.00 0
HSL 51.5º 1% 0.5% -
HSV(B) 51.5º 1% 1% -
XYZ 66.58 71.93 10.4 -
YUV 204.91 12.93 163.73 -
System Red Green Blue C M Y K H S L
Decimal 255 219 1 0 0.14 1.00 0 51.5 1 0.5
Hex FF DB 1 0 E 64 0 33 64 32
Octal 377 333 1 0 16 144 0 63 144 62
Binary 11111111 11011011 1 0 1110 1100100 0 110011 1100100 110010

Color Harmonies of #FFDB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDB01

Black with #FFDB01

Text Example


Text Example

White with #FFDB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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