Html Css Color HEX #F1B70E Selective Yellow

📋 copy color: '#F1B70E'

red 241 ◦ green 183 ◦ blue 14

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

Shades of Selective Yellow #F1B70E

Tints of Selective Yellow #F1B70E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.78%

 BLUE value IS 14 (5.86% from 255) = 3.2%

R = 55.02%
G = 41.78%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F1B70E (or 0xF1B70E) is known color: Selective Yellow. HEX triplet: F1, B7 and 0E. RGB value is (241,183,14). Sum of RGB (Red+Green+Blue) = 241+183+14=438 (58% of max value = 765). Red value is 241 (94.53% from 255 or 55.02% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 14 (5.86% from 255 or 3.20% from 438); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B70E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1B70E is #0E48F1. Grayscale: #B5B5B5. Windows color (decimal): -936178 or 964593. OLE color: 964593.

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

Color convert

RGB 241 183 14 -
CMYK 0 0.24 0.94 0.05
HSL 44.67º 0.89% 0.5% -
HSV(B) 44.67º 0.94% 0.95% -
XYZ 53.29 52.6 7.76 -
YUV 181.08 33.72 170.74 -
System Red Green Blue C M Y K H S L
Decimal 241 183 14 0 0.24 0.94 0.05 44.67 0.89 0.5
Hex F1 B7 E 0 18 5E 5 2D 59 32
Octal 361 267 16 0 30 136 5 55 131 62
Binary 11110001 10110111 1110 0 11000 1011110 101 101101 1011001 110010

Color Harmonies of #F1B70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B70E

Black with #F1B70E

Text Example


Text Example

White with #F1B70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B70E; }

 p { color: rgb(241,183,14); }

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

background-color css

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

 a { background-color: rgb(241,183,14); }

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

border-color css

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

 span { border-color: rgb(241,183,14); }

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