Html Css Color HEX #F1B70A Selective Yellow

📋 copy color: '#F1B70A'

red 241 ◦ green 183 ◦ blue 10

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

Shades of Selective Yellow #F1B70A

Tints of Selective Yellow #F1B70A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.3%

R = 55.53%
G = 42.17%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F1B70A (or 0xF1B70A) is known color: Selective Yellow. HEX triplet: F1, B7 and 0A. RGB value is (241,183,10). Sum of RGB (Red+Green+Blue) = 241+183+10=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 10 (4.30% from 255 or 2.30% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B70A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1B70A is #0E48F5. Grayscale: #B5B5B5. Windows color (decimal): -936182 or 702449. OLE color: 702449.

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

Color convert

RGB 241 183 10 -
CMYK 0 0.24 0.96 0.05
HSL 44.94º 0.92% 0.49% -
HSV(B) 44.94º 0.96% 0.95% -
XYZ 53.26 52.59 7.63 -
YUV 180.62 31.72 171.07 -
System Red Green Blue C M Y K H S L
Decimal 241 183 10 0 0.24 0.96 0.05 44.94 0.92 0.49
Hex F1 B7 A 0 18 60 5 2D 5C 31
Octal 361 267 12 0 30 140 5 55 134 61
Binary 11110001 10110111 1010 0 11000 1100000 101 101101 1011100 110001

Color Harmonies of #F1B70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B70A

Black with #F1B70A

Text Example


Text Example

White with #F1B70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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