Html Css Color HEX #FDDA04 School Bus Yellow

📋 copy color: '#FDDA04'

red 253 ◦ green 218 ◦ blue 4

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

Shades of School Bus Yellow #FDDA04

Tints of School Bus Yellow #FDDA04

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.89%

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

R = 53.26%
G = 45.89%
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

#FDDA04 (or 0xFDDA04) is known color: School Bus Yellow. HEX triplet: FD, DA and 04. RGB value is (253,218,4). Sum of RGB (Red+Green+Blue) = 253+218+4=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 4 (1.95% from 255 or 0.84% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDA04 is #0225FB. Grayscale: #CCCCCC. Windows color (decimal): -140796 or 318205. OLE color: 318205.

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

Color convert

RGB 253 218 4 -
CMYK 0 0.14 0.98 0.01
HSL 51.57º 0.98% 0.5% -
HSV(B) 51.57º 0.98% 0.99% -
XYZ 65.6 71.03 10.37 -
YUV 204.07 15.1 162.9 -
System Red Green Blue C M Y K H S L
Decimal 253 218 4 0 0.14 0.98 0.01 51.57 0.98 0.5
Hex FD DA 4 0 E 62 1 34 62 32
Octal 375 332 4 0 16 142 1 64 142 62
Binary 11111101 11011010 100 0 1110 1100010 1 110100 1100010 110010

Color Harmonies of #FDDA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDA04

Black with #FDDA04

Text Example


Text Example

White with #FDDA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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