Html Css Color HEX #FDD801 School Bus Yellow

📋 copy color: '#FDD801'

red 253 ◦ green 216 ◦ blue 1

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

Shades of School Bus Yellow #FDD801

Tints of School Bus Yellow #FDD801

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.96%

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

R = 53.83%
G = 45.96%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FDD801 (or 0xFDD801) is known color: School Bus Yellow. HEX triplet: FD, D8 and 01. RGB value is (253,216,1). Sum of RGB (Red+Green+Blue) = 253+216+1=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 1 (0.78% from 255 or 0.21% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD801 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD801 is #0227FE. Grayscale: #CBCBCB. Windows color (decimal): -141311 or 121085. OLE color: 121085.

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

Color convert

RGB 253 216 1 -
CMYK 0 0.15 1.00 0.01
HSL 51.19º 0.99% 0.5% -
HSV(B) 51.19º 1% 0.99% -
XYZ 65.07 70 10.11 -
YUV 202.55 14.26 163.98 -
System Red Green Blue C M Y K H S L
Decimal 253 216 1 0 0.15 1.00 0.01 51.19 0.99 0.5
Hex FD D8 1 0 F 64 1 33 63 32
Octal 375 330 1 0 17 144 1 63 143 62
Binary 11111101 11011000 1 0 1111 1100100 1 110011 1100011 110010

Color Harmonies of #FDD801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD801

Black with #FDD801

Text Example


Text Example

White with #FDD801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD801; }

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

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

background-color css

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

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

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

border-color css

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

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

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