#FBB25F

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

Shades of Rajah #FBB25F

Tints of Rajah #FBB25F

Color information

#FBB25F (or 0xFBB25F) is unknown color: approx Rajah. HEX triplet: FB, B2 and 5F. RGB value is (251,178,95). Sum of RGB (Red+Green+Blue) = 251+178+95=524 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.90% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 95 (37.5% from 255 or 18.13% from 524); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB25F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBB25F is #044DA0. Grayscale: #BEBEBE. Windows color (decimal): -282017 or 6271739. OLE color: 6271739.

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

Color convert

RGB25117895-
CMYK00.290.620.02
HSL31.92º95.12%67.84%-
HSV(B)31.92º62.15%98.43%-
XYZ57.7753.1818.05-
YUV190.3674.18171.25-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.90%
GREEN value IS 178 (69.92% from 255) = 33.97%
BLUE value IS 95 (37.5% from 255) = 18.13%
R=47.90%
G=33.97%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511789500.290.620.0231.9295.1267.84
HexFBB25F01D3E2205f44
Octal37326213703576240137104
Binary111110111011001010111110111011111101010000010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB25F; }

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

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

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

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

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

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

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

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