Html Css Color HEX #F1F300 Yellow

📋 copy color: '#F1F300'

red 241 ◦ green 243 ◦ blue 0

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

Shades of Yellow #F1F300

Tints of Yellow #F1F300

RGB

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

 GREEN value IS 243 (95.31% from 255) = 50.21%

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

R = 49.79%
G = 50.21%
B = 0%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F1F300 (or 0xF1F300) is known color: Yellow. HEX triplet: F1, F3 and 00. RGB value is (241,243,0). Sum of RGB (Red+Green+Blue) = 241+243+0=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 243 (95.31% from 255 or 50.21% from 484); Blue value is 0 (0.39% from 255 or 0% from 484); Max value from RGB is 243 - color contains mainly: green. Hex color #F1F300 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1F300 is #0E0CFF. Grayscale: #D7D7D7. Windows color (decimal): -920832 or 62449. OLE color: 62449.

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

Color convert

RGB 241 243 0 -
CMYK 0.01 0 1 0.05
HSL 60.49º 1% 0.48% -
HSV(B) 60.49º 1% 0.95% -
XYZ 68.33 82.8 12.38 -
YUV 214.7 6.84 146.76 -
System Red Green Blue C M Y K H S L
Decimal 241 243 0 0.01 0 1 0.05 60.49 1 0.48
Hex F1 F3 0 1 0 64 5 3C 64 30
Octal 361 363 0 1 0 144 5 74 144 60
Binary 11110001 11110011 0 1 0 1100100 101 111100 1100100 110000

Color Harmonies of #F1F300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F300

Black with #F1F300

Text Example


Text Example

White with #F1F300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F300; }

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

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

background-color css

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

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

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

border-color css

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

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

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