Html Css Color HEX #FDDA06 School Bus Yellow

📋 copy color: '#FDDA06'

red 253 ◦ green 218 ◦ blue 6

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

Shades of School Bus Yellow #FDDA06

Tints of School Bus Yellow #FDDA06

RGB

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

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

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

R = 53.04%
G = 45.7%
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

#FDDA06 (or 0xFDDA06) is known color: School Bus Yellow. HEX triplet: FD, DA and 06. RGB value is (253,218,6). Sum of RGB (Red+Green+Blue) = 253+218+6=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 6 (2.73% from 255 or 1.26% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDA06 is #0225F9. Grayscale: #CDCDCD. Windows color (decimal): -140794 or 449277. OLE color: 449277.

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

Color convert

RGB 253 218 6 -
CMYK 0 0.14 0.98 0.01
HSL 51.5º 0.98% 0.51% -
HSV(B) 51.5º 0.98% 0.99% -
XYZ 65.61 71.04 10.43 -
YUV 204.3 16.1 162.74 -
System Red Green Blue C M Y K H S L
Decimal 253 218 6 0 0.14 0.98 0.01 51.5 0.98 0.51
Hex FD DA 6 0 E 62 1 33 62 33
Octal 375 332 6 0 16 142 1 63 142 63
Binary 11111101 11011010 110 0 1110 1100010 1 110011 1100010 110011

Color Harmonies of #FDDA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDA06

Black with #FDDA06

Text Example


Text Example

White with #FDDA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDA06; }

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

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

background-color css

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

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

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

border-color css

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

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

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