#F2B81F

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

Shades of Moon Yellow #F2B81F

Tints of Moon Yellow #F2B81F

Color information

#F2B81F (or 0xF2B81F) is unknown color: approx Moon Yellow. HEX triplet: F2, B8 and 1F. RGB value is (242,184,31). Sum of RGB (Red+Green+Blue) = 242+184+31=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 31 (12.5% from 255 or 6.78% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B81F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B81F is #0D47E0. Grayscale: #B8B8B8. Windows color (decimal): -870369 or 2078962. OLE color: 2078962.

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

Color convert

RGB24218431-
CMYK00.240.870.05
HSL43.51º89.03%53.53%-
HSV(B)43.51º87.19%94.9%-
XYZ54.0153.268.73-
YUV183.941.72169.44-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.95%
GREEN value IS 184 (72.27% from 255) = 40.26%
BLUE value IS 31 (12.5% from 255) = 6.78%
R=52.95%
G=40.26%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421843100.240.870.0543.5189.0353.53
HexF2B81F0185752c5936
Octal3622703703012755413166
Binary11110010101110001111101100010101111011011001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B81F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B81F; }

 p { color: rgb(242,184,31); }

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

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

 a { background-color: rgb(242,184,31); }

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

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

 span { border-color: rgb(242,184,31); }

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