Html Css Color HEX #FADB01 School Bus Yellow

📋 copy color: '#FADB01'

red 250 ◦ green 219 ◦ blue 1

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

Shades of School Bus Yellow #FADB01

Tints of School Bus Yellow #FADB01

RGB

 RED value IS 250 (98.05% from 255) = 53.19%

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

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

R = 53.19%
G = 46.6%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FADB01 (or 0xFADB01) is known color: School Bus Yellow. HEX triplet: FA, DB and 01. RGB value is (250,219,1). Sum of RGB (Red+Green+Blue) = 250+219+1=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 1 (0.78% from 255 or 0.21% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADB01 is #0524FE. Grayscale: #CCCCCC. Windows color (decimal): -337151 or 121850. OLE color: 121850.

HSL color Cylindrical-coordinate representation of color #FADB01: hue angle of 52.53º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FADB01 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 219 1 -
CMYK 0 0.12 1.00 0.02
HSL 52.53º 0.99% 0.49% -
HSV(B) 52.53º 1% 0.98% -
XYZ 64.76 70.99 10.32 -
YUV 203.42 13.77 161.23 -
System Red Green Blue C M Y K H S L
Decimal 250 219 1 0 0.12 1.00 0.02 52.53 0.99 0.49
Hex FA DB 1 0 C 64 2 35 63 31
Octal 372 333 1 0 14 144 2 65 143 61
Binary 11111010 11011011 1 0 1100 1100100 10 110101 1100011 110001

Color Harmonies of #FADB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB01

Black with #FADB01

Text Example


Text Example

White with #FADB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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