Html Css Color HEX #FDD908 School Bus Yellow

📋 copy color: '#FDD908'

red 253 ◦ green 217 ◦ blue 8

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

Shades of School Bus Yellow #FDD908

Tints of School Bus Yellow #FDD908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.67%

R = 52.93%
G = 45.4%
B = 1.67%

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

#FDD908 (or 0xFDD908) is known color: School Bus Yellow. HEX triplet: FD, D9 and 08. RGB value is (253,217,8). Sum of RGB (Red+Green+Blue) = 253+217+8=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 217 (85.16% from 255 or 45.40% from 478); Blue value is 8 (3.52% from 255 or 1.67% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD908 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD908 is #0226F7. Grayscale: #CCCCCC. Windows color (decimal): -141048 or 580093. OLE color: 580093.

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

Color convert

RGB 253 217 8 -
CMYK 0 0.14 0.97 0.01
HSL 51.18º 0.98% 0.51% -
HSV(B) 51.18º 0.97% 0.99% -
XYZ 65.36 70.53 10.4 -
YUV 203.94 17.43 162.99 -
System Red Green Blue C M Y K H S L
Decimal 253 217 8 0 0.14 0.97 0.01 51.18 0.98 0.51
Hex FD D9 8 0 E 61 1 33 62 33
Octal 375 331 10 0 16 141 1 63 142 63
Binary 11111101 11011001 1000 0 1110 1100001 1 110011 1100010 110011

Color Harmonies of #FDD908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD908

Black with #FDD908

Text Example


Text Example

White with #FDD908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD908; }

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

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

background-color css

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

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

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

border-color css

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

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

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