#f2b22d

Color #F2B22D Bright Sun (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Sun #F2B22D

Tints of Bright Sun #F2B22D

Color information

#F2B22D (or 0xF2B22D) is unknown color: approx Bright Sun. HEX triplet: F2, B2 and 2D. RGB value is (242,178,45). Sum of RGB (Red+Green+Blue) = 242+178+45=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 45 (17.97% from 255 or 9.68% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B22D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2B22D is #0D4DD2. Grayscale: #B6B6B6. Windows color (decimal): -871891 or 2994930. OLE color: 2994930.

HSL color Cylindrical-coordinate representation of color #F2B22D: hue angle of 40.51º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2B22D is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB24217845-
CMYK00.260.810.05
HSL40.51º88.34%56.27%-
HSV(B)40.51º81.4%94.9%-
XYZ53.0150.919.51-
YUV181.9750.7170.81-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.04%
GREEN value IS 178 (69.92% from 255) = 38.28%
BLUE value IS 45 (17.97% from 255) = 9.68%
R=52.04%
G=38.28%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421784500.260.810.0540.5188.3456.27
HexF2B22D01A515295838
Octal3622625503212155113070
Binary111100101011001010110101101010100011011010011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2b22d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2b22d; }

 p { color: rgb(242,178,45); }

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

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

 a { background-color: rgb(242,178,45); }

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

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

 span { border-color: rgb(242,178,45); }

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