Html Css Color HEX #F1D700 School Bus Yellow

📋 copy color: '#F1D700'

red 241 ◦ green 215 ◦ blue 0

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

Shades of School Bus Yellow #F1D700

Tints of School Bus Yellow #F1D700

RGB

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

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

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

R = 52.85%
G = 47.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F1D700 (or 0xF1D700) is known color: School Bus Yellow. HEX triplet: F1, D7 and 00. RGB value is (241,215,0). Sum of RGB (Red+Green+Blue) = 241+215+0=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 0 (0.39% from 255 or 0% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D700 is #0E28FF. Grayscale: #C7C7C7. Windows color (decimal): -928000 or 55281. OLE color: 55281.

HSL color Cylindrical-coordinate representation of color #F1D700: hue angle of 53.53º 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 #F1D700 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 215 0 -
CMYK 0 0.11 1 0.05
HSL 53.53º 1% 0.47% -
HSV(B) 53.53º 1% 0.95% -
XYZ 60.58 67.3 9.8 -
YUV 198.26 16.11 158.48 -
System Red Green Blue C M Y K H S L
Decimal 241 215 0 0 0.11 1 0.05 53.53 1 0.47
Hex F1 D7 0 0 B 64 5 36 64 2F
Octal 361 327 0 0 13 144 5 66 144 57
Binary 11110001 11010111 0 0 1011 1100100 101 110110 1100100 101111

Color Harmonies of #F1D700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D700

Black with #F1D700

Text Example


Text Example

White with #F1D700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D700; }

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

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

background-color css

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

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

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

border-color css

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

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

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