#F8B25E

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

Shades of Rajah #F8B25E

Tints of Rajah #F8B25E

Color information

#F8B25E (or 0xF8B25E) is unknown color: approx Rajah. HEX triplet: F8, B2 and 5E. RGB value is (248,178,94). Sum of RGB (Red+Green+Blue) = 248+178+94=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 94 (37.11% from 255 or 18.08% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B25E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8B25E is #074DA1. Grayscale: #BDBDBD. Windows color (decimal): -478626 or 6206200. OLE color: 6206200.

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

Color convert

RGB24817894-
CMYK00.280.620.03
HSL32.73º91.67%67.06%-
HSV(B)32.73º62.1%97.25%-
XYZ56.6552.6117.76-
YUV189.3574.19169.83-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.69%
GREEN value IS 178 (69.92% from 255) = 34.23%
BLUE value IS 94 (37.11% from 255) = 18.08%
R=47.69%
G=34.23%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481789400.280.620.0332.7391.6767.06
HexF8B25E01C3E3215c43
Octal37026213603476341134103
Binary111110001011001010111100111001111101110000110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B25E; }

 p { color: rgb(248,178,94); }

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

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

 a { background-color: rgb(248,178,94); }

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

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

 span { border-color: rgb(248,178,94); }

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