#FFBE64

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

Shades of Rajah #FFBE64

Tints of Rajah #FFBE64

Color information

#FFBE64 (or 0xFFBE64) is unknown color: approx Rajah. HEX triplet: FF, BE and 64. RGB value is (255,190,100). Sum of RGB (Red+Green+Blue) = 255+190+100=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 100 (39.45% from 255 or 18.35% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBE64 is #00419B. Grayscale: #C7C7C7. Windows color (decimal): -16796 or 6602495. OLE color: 6602495.

HSL color Cylindrical-coordinate representation of color #FFBE64: hue angle of 34.84º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFBE64 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.

Color convert

RGB255190100-
CMYK00.250.610
HSL34.84º100%69.61%-
HSV(B)34.84º60.78%100%-
XYZ61.9559.0120.18-
YUV199.1872.03167.82-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.79%
GREEN value IS 190 (74.61% from 255) = 34.86%
BLUE value IS 100 (39.45% from 255) = 18.35%
R=46.79%
G=34.86%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519010000.250.61034.8410069.61
HexFFBE640193D0236446
Octal37727614403175043144106
Binary11111111101111101100100011001111101010001111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBE64; }

 p { color: rgb(255,190,100); }

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

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

 a { background-color: rgb(255,190,100); }

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

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

 span { border-color: rgb(255,190,100); }

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