Html Css Color HEX #F1D701 School Bus Yellow

📋 copy color: '#F1D701'

red 241 ◦ green 215 ◦ blue 1

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

Shades of School Bus Yellow #F1D701

Tints of School Bus Yellow #F1D701

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.05%

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

R = 52.74%
G = 47.05%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F1D701 (or 0xF1D701) is known color: School Bus Yellow. HEX triplet: F1, D7 and 01. RGB value is (241,215,1). Sum of RGB (Red+Green+Blue) = 241+215+1=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 215 (84.38% from 255 or 47.05% from 457); Blue value is 1 (0.78% from 255 or 0.22% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D701 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D701 is #0E28FE. Grayscale: #C7C7C7. Windows color (decimal): -927999 or 120817. OLE color: 120817.

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

Color convert

RGB 241 215 1 -
CMYK 0 0.11 1.00 0.05
HSL 53.5º 0.99% 0.47% -
HSV(B) 53.5º 1% 0.95% -
XYZ 60.58 67.3 9.83 -
YUV 198.38 16.61 158.4 -
System Red Green Blue C M Y K H S L
Decimal 241 215 1 0 0.11 1.00 0.05 53.5 0.99 0.47
Hex F1 D7 1 0 B 64 5 36 63 2F
Octal 361 327 1 0 13 144 5 66 143 57
Binary 11110001 11010111 1 0 1011 1100100 101 110110 1100011 101111

Color Harmonies of #F1D701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D701

Black with #F1D701

Text Example


Text Example

White with #F1D701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D701; }

 p { color: rgb(241,215,1); }

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

background-color css

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

 a { background-color: rgb(241,215,1); }

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

border-color css

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

 span { border-color: rgb(241,215,1); }

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