Html Css Color HEX #FFDA10 School Bus Yellow

📋 copy color: '#FFDA10'

red 255 ◦ green 218 ◦ blue 16

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

Shades of School Bus Yellow #FFDA10

Tints of School Bus Yellow #FFDA10

RGB

 RED value IS 255 (100% from 255) = 52.15%

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

 BLUE value IS 16 (6.64% from 255) = 3.27%

R = 52.15%
G = 44.58%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFDA10 (or 0xFFDA10) is known color: School Bus Yellow. HEX triplet: FF, DA and 10. RGB value is (255,218,16). Sum of RGB (Red+Green+Blue) = 255+218+16=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 16 (6.64% from 255 or 3.27% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDA10 is #0025EF. Grayscale: #CECECE. Windows color (decimal): -9712 or 1104639. OLE color: 1104639.

HSL color Cylindrical-coordinate representation of color #FFDA10: hue angle of 50.71º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFDA10 is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 255 218 16 -
CMYK 0 0.15 0.94 0
HSL 50.71º 1% 0.53% -
HSV(B) 50.71º 0.94% 1% -
XYZ 66.4 71.44 10.78 -
YUV 206.04 20.76 162.93 -
System Red Green Blue C M Y K H S L
Decimal 255 218 16 0 0.15 0.94 0 50.71 1 0.53
Hex FF DA 10 0 F 5E 0 33 64 35
Octal 377 332 20 0 17 136 0 63 144 65
Binary 11111111 11011010 10000 0 1111 1011110 0 110011 1100100 110101

Color Harmonies of #FFDA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDA10

Black with #FFDA10

Text Example


Text Example

White with #FFDA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDA10; }

 p { color: rgb(255,218,16); }

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

background-color css

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

 a { background-color: rgb(255,218,16); }

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

border-color css

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

 span { border-color: rgb(255,218,16); }

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