#F2B009

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

Shades of Selective Yellow #F2B009

Tints of Selective Yellow #F2B009

Color information

#F2B009 (or 0xF2B009) is unknown color: approx Selective Yellow. HEX triplet: F2, B0 and 09. RGB value is (242,176,9). Sum of RGB (Red+Green+Blue) = 242+176+9=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 9 (3.91% from 255 or 2.11% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B009 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2B009 is #0D4FF6. Grayscale: #B1B1B1. Windows color (decimal): -872439 or 635122. OLE color: 635122.

HSL color Cylindrical-coordinate representation of color #F2B009: hue angle of 43º degrees, saturation: 0.93, 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 #F2B009 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB2421769-
CMYK00.270.960.05
HSL43º92.83%49.22%-
HSV(B)43º96.28%94.9%-
XYZ52.1949.957.15-
YUV176.733.37174.58-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 56.67%
GREEN value IS 176 (69.14% from 255) = 41.22%
BLUE value IS 9 (3.91% from 255) = 2.11%
R=56.67%
G=41.22%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242176900.270.960.054392.8349.22
HexF2B0901B6052b5d31
Octal3622601103314055313561
Binary1111001010110000100101101111000001011010111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B009; }

 p { color: rgb(242,176,9); }

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

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

 a { background-color: rgb(242,176,9); }

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

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

 span { border-color: rgb(242,176,9); }

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