Html Css Color HEX #FDD906 School Bus Yellow

📋 copy color: '#FDD906'

red 253 ◦ green 217 ◦ blue 6

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

Shades of School Bus Yellow #FDD906

Tints of School Bus Yellow #FDD906

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.59%

 BLUE value IS 6 (2.73% from 255) = 1.26%

R = 53.15%
G = 45.59%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDD906 (or 0xFDD906) is known color: School Bus Yellow. HEX triplet: FD, D9 and 06. RGB value is (253,217,6). Sum of RGB (Red+Green+Blue) = 253+217+6=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 217 (85.16% from 255 or 45.59% from 476); Blue value is 6 (2.73% from 255 or 1.26% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD906 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD906 is #0226F9. Grayscale: #CCCCCC. Windows color (decimal): -141050 or 449021. OLE color: 449021.

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

Color convert

RGB 253 217 6 -
CMYK 0 0.14 0.98 0.01
HSL 51.26º 0.98% 0.51% -
HSV(B) 51.26º 0.98% 0.99% -
XYZ 65.35 70.52 10.34 -
YUV 203.71 16.43 163.16 -
System Red Green Blue C M Y K H S L
Decimal 253 217 6 0 0.14 0.98 0.01 51.26 0.98 0.51
Hex FD D9 6 0 E 62 1 33 62 33
Octal 375 331 6 0 16 142 1 63 142 63
Binary 11111101 11011001 110 0 1110 1100010 1 110011 1100010 110011

Color Harmonies of #FDD906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD906

Black with #FDD906

Text Example


Text Example

White with #FDD906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD906; }

 p { color: rgb(253,217,6); }

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

background-color css

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

 a { background-color: rgb(253,217,6); }

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

border-color css

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

 span { border-color: rgb(253,217,6); }

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