Html Css Color HEX #FDD907 School Bus Yellow

📋 copy color: '#FDD907'

red 253 ◦ green 217 ◦ blue 7

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

Shades of School Bus Yellow #FDD907

Tints of School Bus Yellow #FDD907

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.47%

R = 53.04%
G = 45.49%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FDD907 (or 0xFDD907) is known color: School Bus Yellow. HEX triplet: FD, D9 and 07. RGB value is (253,217,7). Sum of RGB (Red+Green+Blue) = 253+217+7=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 7 (3.12% from 255 or 1.47% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD907 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD907 is #0226F8. Grayscale: #CCCCCC. Windows color (decimal): -141049 or 514557. OLE color: 514557.

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

Color convert

RGB 253 217 7 -
CMYK 0 0.14 0.97 0.01
HSL 51.22º 0.98% 0.51% -
HSV(B) 51.22º 0.97% 0.99% -
XYZ 65.36 70.52 10.37 -
YUV 203.82 16.93 163.08 -
System Red Green Blue C M Y K H S L
Decimal 253 217 7 0 0.14 0.97 0.01 51.22 0.98 0.51
Hex FD D9 7 0 E 61 1 33 62 33
Octal 375 331 7 0 16 141 1 63 142 63
Binary 11111101 11011001 111 0 1110 1100001 1 110011 1100010 110011

Color Harmonies of #FDD907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD907

Black with #FDD907

Text Example


Text Example

White with #FDD907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD907; }

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

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

background-color css

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

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

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

border-color css

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

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

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