Html Css Color HEX #F1B308 Selective Yellow

📋 copy color: '#F1B308'

red 241 ◦ green 179 ◦ blue 8

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

Shades of Selective Yellow #F1B308

Tints of Selective Yellow #F1B308

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.82%

 BLUE value IS 8 (3.52% from 255) = 1.87%

R = 56.31%
G = 41.82%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F1B308 (or 0xF1B308) is known color: Selective Yellow. HEX triplet: F1, B3 and 08. RGB value is (241,179,8). Sum of RGB (Red+Green+Blue) = 241+179+8=428 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.31% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 8 (3.52% from 255 or 1.87% from 428); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B308 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1B308 is #0E4CF7. Grayscale: #B2B2B2. Windows color (decimal): -937208 or 570353. OLE color: 570353.

HSL color Cylindrical-coordinate representation of color #F1B308: hue angle of 44.03º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F1B308 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 179 8 -
CMYK 0 0.26 0.97 0.05
HSL 44.03º 0.94% 0.49% -
HSV(B) 44.03º 0.97% 0.95% -
XYZ 52.44 50.96 7.3 -
YUV 178.04 32.04 172.9 -
System Red Green Blue C M Y K H S L
Decimal 241 179 8 0 0.26 0.97 0.05 44.03 0.94 0.49
Hex F1 B3 8 0 1A 61 5 2C 5E 31
Octal 361 263 10 0 32 141 5 54 136 61
Binary 11110001 10110011 1000 0 11010 1100001 101 101100 1011110 110001

Color Harmonies of #F1B308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B308

Black with #F1B308

Text Example


Text Example

White with #F1B308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B308; }

 p { color: rgb(241,179,8); }

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

background-color css

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

 a { background-color: rgb(241,179,8); }

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

border-color css

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

 span { border-color: rgb(241,179,8); }

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