Html Css Color HEX #F0DA01 School Bus Yellow

📋 copy color: '#F0DA01'

red 240 ◦ green 218 ◦ blue 1

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

Shades of School Bus Yellow #F0DA01

Tints of School Bus Yellow #F0DA01

RGB

 RED value IS 240 (94.14% from 255) = 52.29%

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 52.29%
G = 47.49%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F0DA01 (or 0xF0DA01) is known color: School Bus Yellow. HEX triplet: F0, DA and 01. RGB value is (240,218,1). Sum of RGB (Red+Green+Blue) = 240+218+1=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 1 (0.78% from 255 or 0.22% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0DA01 is #0F25FE. Grayscale: #C8C8C8. Windows color (decimal): -992767 or 121584. OLE color: 121584.

HSL color Cylindrical-coordinate representation of color #F0DA01: hue angle of 54.48º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0DA01 is Cyan = 0, Magento = 0.09, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 218 1 -
CMYK 0 0.09 1.00 0.06
HSL 54.48º 0.99% 0.47% -
HSV(B) 54.48º 1% 0.94% -
XYZ 61.01 68.67 10.07 -
YUV 199.84 15.79 156.64 -
System Red Green Blue C M Y K H S L
Decimal 240 218 1 0 0.09 1.00 0.06 54.48 0.99 0.47
Hex F0 DA 1 0 9 64 6 36 63 2F
Octal 360 332 1 0 11 144 6 66 143 57
Binary 11110000 11011010 1 0 1001 1100100 110 110110 1100011 101111

Color Harmonies of #F0DA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DA01

Black with #F0DA01

Text Example


Text Example

White with #F0DA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DA01; }

 p { color: rgb(240,218,1); }

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

background-color css

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

 a { background-color: rgb(240,218,1); }

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

border-color css

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

 span { border-color: rgb(240,218,1); }

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