Html Css Color HEX #FDD810 School Bus Yellow

📋 copy color: '#FDD810'

red 253 ◦ green 216 ◦ blue 16

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

Shades of School Bus Yellow #FDD810

Tints of School Bus Yellow #FDD810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.3%

R = 52.16%
G = 44.54%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDD810 (or 0xFDD810) is known color: School Bus Yellow. HEX triplet: FD, D8 and 10. RGB value is (253,216,16). Sum of RGB (Red+Green+Blue) = 253+216+16=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 16 (6.64% from 255 or 3.30% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD810 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD810 is #0227EF. Grayscale: #CDCDCD. Windows color (decimal): -141296 or 1104125. OLE color: 1104125.

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

Color convert

RGB 253 216 16 -
CMYK 0 0.15 0.94 0.01
HSL 50.63º 0.98% 0.53% -
HSV(B) 50.63º 0.94% 0.99% -
XYZ 65.16 70.03 10.57 -
YUV 204.26 21.76 162.76 -
System Red Green Blue C M Y K H S L
Decimal 253 216 16 0 0.15 0.94 0.01 50.63 0.98 0.53
Hex FD D8 10 0 F 5E 1 33 62 35
Octal 375 330 20 0 17 136 1 63 142 65
Binary 11111101 11011000 10000 0 1111 1011110 1 110011 1100010 110101

Color Harmonies of #FDD810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD810

Black with #FDD810

Text Example


Text Example

White with #FDD810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD810; }

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

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

background-color css

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

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

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

border-color css

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

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

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