Html Css Color HEX #FDD904 School Bus Yellow

📋 copy color: '#FDD904'

red 253 ◦ green 217 ◦ blue 4

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

Shades of School Bus Yellow #FDD904

Tints of School Bus Yellow #FDD904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.84%

R = 53.38%
G = 45.78%
B = 0.84%

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

#FDD904 (or 0xFDD904) is known color: School Bus Yellow. HEX triplet: FD, D9 and 04. RGB value is (253,217,4). Sum of RGB (Red+Green+Blue) = 253+217+4=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 4 (1.95% from 255 or 0.84% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD904 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD904 is #0226FB. Grayscale: #CCCCCC. Windows color (decimal): -141052 or 317949. OLE color: 317949.

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

Color convert

RGB 253 217 4 -
CMYK 0 0.14 0.98 0.01
HSL 51.33º 0.98% 0.5% -
HSV(B) 51.33º 0.98% 0.99% -
XYZ 65.34 70.52 10.28 -
YUV 203.48 15.43 163.32 -
System Red Green Blue C M Y K H S L
Decimal 253 217 4 0 0.14 0.98 0.01 51.33 0.98 0.5
Hex FD D9 4 0 E 62 1 33 62 32
Octal 375 331 4 0 16 142 1 63 142 62
Binary 11111101 11011001 100 0 1110 1100010 1 110011 1100010 110010

Color Harmonies of #FDD904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD904

Black with #FDD904

Text Example


Text Example

White with #FDD904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD904; }

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

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

background-color css

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

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

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

border-color css

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

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

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