Html Css Color HEX #F1DA00 School Bus Yellow

📋 copy color: '#F1DA00'

red 241 ◦ green 218 ◦ blue 0

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

Shades of School Bus Yellow #F1DA00

Tints of School Bus Yellow #F1DA00

RGB

 RED value IS 241 (94.53% from 255) = 52.51%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.51%
G = 47.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F1DA00 (or 0xF1DA00) is known color: School Bus Yellow. HEX triplet: F1, DA and 00. RGB value is (241,218,0). Sum of RGB (Red+Green+Blue) = 241+218+0=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 0 (0.39% from 255 or 0% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1DA00 is #0E25FF. Grayscale: #C8C8C8. Windows color (decimal): -927232 or 56049. OLE color: 56049.

HSL color Cylindrical-coordinate representation of color #F1DA00: hue angle of 54.27º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F1DA00 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 218 0 -
CMYK 0 0.10 1 0.05
HSL 54.27º 1% 0.47% -
HSV(B) 54.27º 1% 0.95% -
XYZ 61.35 68.84 10.05 -
YUV 200.03 15.12 157.23 -
System Red Green Blue C M Y K H S L
Decimal 241 218 0 0 0.10 1 0.05 54.27 1 0.47
Hex F1 DA 0 0 A 64 5 36 64 2F
Octal 361 332 0 0 12 144 5 66 144 57
Binary 11110001 11011010 0 0 1010 1100100 101 110110 1100100 101111

Color Harmonies of #F1DA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DA00

Black with #F1DA00

Text Example


Text Example

White with #F1DA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DA00; }

 p { color: rgb(241,218,0); }

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

background-color css

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

 a { background-color: rgb(241,218,0); }

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

border-color css

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

 span { border-color: rgb(241,218,0); }

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