Html Css Color HEX #FDD805 School Bus Yellow

📋 copy color: '#FDD805'

red 253 ◦ green 216 ◦ blue 5

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

Shades of School Bus Yellow #FDD805

Tints of School Bus Yellow #FDD805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.05%

R = 53.38%
G = 45.57%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDD805 (or 0xFDD805) is known color: School Bus Yellow. HEX triplet: FD, D8 and 05. RGB value is (253,216,5). Sum of RGB (Red+Green+Blue) = 253+216+5=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 216 (84.77% from 255 or 45.57% from 474); Blue value is 5 (2.34% from 255 or 1.05% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD805 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD805 is #0227FA. Grayscale: #CBCBCB. Windows color (decimal): -141307 or 383229. OLE color: 383229.

HSL color Cylindrical-coordinate representation of color #FDD805: hue angle of 51.05º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FDD805 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 216 5 -
CMYK 0 0.15 0.98 0.01
HSL 51.05º 0.98% 0.51% -
HSV(B) 51.05º 0.98% 0.99% -
XYZ 65.09 70.01 10.23 -
YUV 203.01 16.26 163.66 -
System Red Green Blue C M Y K H S L
Decimal 253 216 5 0 0.15 0.98 0.01 51.05 0.98 0.51
Hex FD D8 5 0 F 62 1 33 62 33
Octal 375 330 5 0 17 142 1 63 142 63
Binary 11111101 11011000 101 0 1111 1100010 1 110011 1100010 110011

Color Harmonies of #FDD805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD805

Black with #FDD805

Text Example


Text Example

White with #FDD805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD805; }

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

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

background-color css

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

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

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

border-color css

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

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

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