#F7B26C

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

Shades of Rajah #F7B26C

Tints of Rajah #F7B26C

Color information

#F7B26C (or 0xF7B26C) is unknown color: approx Rajah. HEX triplet: F7, B2 and 6C. RGB value is (247,178,108). Sum of RGB (Red+Green+Blue) = 247+178+108=533 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.34% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 108 (42.58% from 255 or 20.26% from 533); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B26C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7B26C is #084D93. Grayscale: #BFBFBF. Windows color (decimal): -544148 or 7123703. OLE color: 7123703.

HSL color Cylindrical-coordinate representation of color #F7B26C: hue angle of 30.22º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F7B26C is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB247178108-
CMYK00.280.560.03
HSL30.22º89.68%69.61%-
HSV(B)30.22º56.28%96.86%-
XYZ56.9852.721.36-
YUV190.6581.36168.19-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.34%
GREEN value IS 178 (69.92% from 255) = 33.40%
BLUE value IS 108 (42.58% from 255) = 20.26%
R=46.34%
G=33.40%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717810800.280.560.0330.2289.6869.61
HexF7B26C01C3831e5a46
Octal36726215403470336132106
Binary11110111101100101101100011100111000111111010110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B26C; }

 p { color: rgb(247,178,108); }

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

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

 a { background-color: rgb(247,178,108); }

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

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

 span { border-color: rgb(247,178,108); }

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