Html Css Color HEX #FFDA07 School Bus Yellow

📋 copy color: '#FFDA07'

red 255 ◦ green 218 ◦ blue 7

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

Shades of School Bus Yellow #FFDA07

Tints of School Bus Yellow #FFDA07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.46%

R = 53.13%
G = 45.42%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FFDA07 (or 0xFFDA07) is known color: School Bus Yellow. HEX triplet: FF, DA and 07. RGB value is (255,218,7). Sum of RGB (Red+Green+Blue) = 255+218+7=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 7 (3.12% from 255 or 1.46% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDA07 is #0025F8. Grayscale: #CDCDCD. Windows color (decimal): -9721 or 514815. OLE color: 514815.

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

Color convert

RGB 255 218 7 -
CMYK 0 0.15 0.97 0
HSL 51.05º 1% 0.51% -
HSV(B) 51.05º 0.97% 1% -
XYZ 66.35 71.42 10.49 -
YUV 205.01 16.26 163.66 -
System Red Green Blue C M Y K H S L
Decimal 255 218 7 0 0.15 0.97 0 51.05 1 0.51
Hex FF DA 7 0 F 61 0 33 64 33
Octal 377 332 7 0 17 141 0 63 144 63
Binary 11111111 11011010 111 0 1111 1100001 0 110011 1100100 110011

Color Harmonies of #FFDA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDA07

Black with #FFDA07

Text Example


Text Example

White with #FFDA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDA07; }

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

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

background-color css

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

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

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

border-color css

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

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

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