Html Css Color HEX #FFDA03 School Bus Yellow

📋 copy color: '#FFDA03'

red 255 ◦ green 218 ◦ blue 3

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

Shades of School Bus Yellow #FFDA03

Tints of School Bus Yellow #FFDA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.63%

R = 53.57%
G = 45.8%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FFDA03 (or 0xFFDA03) is known color: School Bus Yellow. HEX triplet: FF, DA and 03. RGB value is (255,218,3). Sum of RGB (Red+Green+Blue) = 255+218+3=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 3 (1.56% from 255 or 0.63% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDA03 is #0025FC. Grayscale: #CDCDCD. Windows color (decimal): -9725 or 252671. OLE color: 252671.

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

Color convert

RGB 255 218 3 -
CMYK 0 0.15 0.99 0
HSL 51.19º 1% 0.51% -
HSV(B) 51.19º 0.99% 1% -
XYZ 66.33 71.41 10.37 -
YUV 204.55 14.26 163.98 -
System Red Green Blue C M Y K H S L
Decimal 255 218 3 0 0.15 0.99 0 51.19 1 0.51
Hex FF DA 3 0 F 63 0 33 64 33
Octal 377 332 3 0 17 143 0 63 144 63
Binary 11111111 11011010 11 0 1111 1100011 0 110011 1100100 110011

Color Harmonies of #FFDA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDA03

Black with #FFDA03

Text Example


Text Example

White with #FFDA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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