Html Css Color HEX #F1B401 Selective Yellow

📋 copy color: '#F1B401'

red 241 ◦ green 180 ◦ blue 1

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

Shades of Selective Yellow #F1B401

Tints of Selective Yellow #F1B401

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.65%

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

R = 57.11%
G = 42.65%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F1B401 (or 0xF1B401) is known color: Selective Yellow. HEX triplet: F1, B4 and 01. RGB value is (241,180,1). Sum of RGB (Red+Green+Blue) = 241+180+1=422 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.11% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 1 (0.78% from 255 or 0.24% from 422); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1B401 is #0E4BFE. Grayscale: #B2B2B2. Windows color (decimal): -936959 or 111857. OLE color: 111857.

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

Color convert

RGB 241 180 1 -
CMYK 0 0.25 1.00 0.05
HSL 44.75º 0.99% 0.47% -
HSV(B) 44.75º 1% 0.95% -
XYZ 52.6 51.35 7.17 -
YUV 177.83 28.21 173.05 -
System Red Green Blue C M Y K H S L
Decimal 241 180 1 0 0.25 1.00 0.05 44.75 0.99 0.47
Hex F1 B4 1 0 19 64 5 2D 63 2F
Octal 361 264 1 0 31 144 5 55 143 57
Binary 11110001 10110100 1 0 11001 1100100 101 101101 1100011 101111

Color Harmonies of #F1B401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B401

Black with #F1B401

Text Example


Text Example

White with #F1B401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B401; }

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

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

background-color css

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

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

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

border-color css

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

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

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