#FBB25E

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

Shades of Rajah #FBB25E

Tints of Rajah #FBB25E

Color information

#FBB25E (or 0xFBB25E) is unknown color: approx Rajah. HEX triplet: FB, B2 and 5E. RGB value is (251,178,94). Sum of RGB (Red+Green+Blue) = 251+178+94=523 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.99% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 94 (37.11% from 255 or 17.97% from 523); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB25E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBB25E is #044DA1. Grayscale: #BEBEBE. Windows color (decimal): -282018 or 6206203. OLE color: 6206203.

HSL color Cylindrical-coordinate representation of color #FBB25E: hue angle of 32.1º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FBB25E is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB25117894-
CMYK00.290.630.02
HSL32.1º95.15%67.65%-
HSV(B)32.1º62.55%98.43%-
XYZ57.7253.1617.81-
YUV190.2573.68171.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.99%
GREEN value IS 178 (69.92% from 255) = 34.03%
BLUE value IS 94 (37.11% from 255) = 17.97%
R=47.99%
G=34.03%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511789400.290.630.0232.195.1567.65
HexFBB25E01D3F2205f44
Octal37326213603577240137104
Binary111110111011001010111100111011111111010000010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB25E; }

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

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

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

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

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

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

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

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