#F3B70A

Color #F3B70A Selective Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Selective Yellow #F3B70A

Tints of Selective Yellow #F3B70A

Color information

#F3B70A (or 0xF3B70A) is unknown color: approx Selective Yellow. HEX triplet: F3, B7 and 0A. RGB value is (243,183,10). Sum of RGB (Red+Green+Blue) = 243+183+10=436 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.73% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 10 (4.30% from 255 or 2.29% from 436); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B70A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3B70A is #0C48F5. Grayscale: #B5B5B5. Windows color (decimal): -805110 or 702451. OLE color: 702451.

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

Color convert

RGB24318310-
CMYK00.250.960.05
HSL44.55º92.09%49.61%-
HSV(B)44.55º95.88%95.29%-
XYZ53.9552.947.66-
YUV181.2231.38172.07-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 55.73%
GREEN value IS 183 (71.88% from 255) = 41.97%
BLUE value IS 10 (4.30% from 255) = 2.29%
R=55.73%
G=41.97%
B=2.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431831000.250.960.0544.5592.0949.61
HexF3B7A0196052d5c32
Octal3632671203114055513462
Binary1111001110110111101001100111000001011011011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B70A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B70A; }

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

 H1.HeaderClassName
 {
   color: #F3B70A;
 }
 .AnyTagClassName
 {
   color: #F3B70A;
 }
</style>
background-color css

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

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

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

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

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

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