Html Css Color HEX #FDDA01 School Bus Yellow

📋 copy color: '#FDDA01'

red 253 ◦ green 218 ◦ blue 1

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

Shades of School Bus Yellow #FDDA01

Tints of School Bus Yellow #FDDA01

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.19%

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

R = 53.6%
G = 46.19%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FDDA01 (or 0xFDDA01) is known color: School Bus Yellow. HEX triplet: FD, DA and 01. RGB value is (253,218,1). Sum of RGB (Red+Green+Blue) = 253+218+1=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 1 (0.78% from 255 or 0.21% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDA01 is #0225FE. Grayscale: #CCCCCC. Windows color (decimal): -140799 or 121597. OLE color: 121597.

HSL color Cylindrical-coordinate representation of color #FDDA01: hue angle of 51.67º 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 #FDDA01 is Cyan = 0, Magento = 0.14, Yellow = 1.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 218 1 -
CMYK 0 0.14 1.00 0.01
HSL 51.67º 0.99% 0.5% -
HSV(B) 51.67º 1% 0.99% -
XYZ 65.58 71.03 10.28 -
YUV 203.73 13.6 163.14 -
System Red Green Blue C M Y K H S L
Decimal 253 218 1 0 0.14 1.00 0.01 51.67 0.99 0.5
Hex FD DA 1 0 E 64 1 34 63 32
Octal 375 332 1 0 16 144 1 64 143 62
Binary 11111101 11011010 1 0 1110 1100100 1 110100 1100011 110010

Color Harmonies of #FDDA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDA01

Black with #FDDA01

Text Example


Text Example

White with #FDDA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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