Html Css Color HEX #FDD800 School Bus Yellow

📋 copy color: '#FDD800'

red 253 ◦ green 216 ◦ blue 0

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

Shades of School Bus Yellow #FDD800

Tints of School Bus Yellow #FDD800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.94%
G = 46.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FDD800 (or 0xFDD800) is known color: School Bus Yellow. HEX triplet: FD, D8 and 00. RGB value is (253,216,0). Sum of RGB (Red+Green+Blue) = 253+216+0=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 216 (84.77% from 255 or 46.06% from 469); Blue value is 0 (0.39% from 255 or 0% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD800 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD800 is #0227FF. Grayscale: #CBCBCB. Windows color (decimal): -141312 or 55549. OLE color: 55549.

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

Color convert

RGB 253 216 0 -
CMYK 0 0.15 1 0.01
HSL 51.23º 1% 0.5% -
HSV(B) 51.23º 1% 0.99% -
XYZ 65.06 69.99 10.08 -
YUV 202.44 13.76 164.06 -
System Red Green Blue C M Y K H S L
Decimal 253 216 0 0 0.15 1 0.01 51.23 1 0.5
Hex FD D8 0 0 F 64 1 33 64 32
Octal 375 330 0 0 17 144 1 63 144 62
Binary 11111101 11011000 0 0 1111 1100100 1 110011 1100100 110010

Color Harmonies of #FDD800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD800

Black with #FDD800

Text Example


Text Example

White with #FDD800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD800; }

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

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

background-color css

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

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

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

border-color css

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

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

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