Html Css Color HEX #FFB55E Rajah

📋 copy color: '#FFB55E'

red 255 ◦ green 181 ◦ blue 94

#FFB55E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rajah #FFB55E

Tints of Rajah #FFB55E

RGB

 RED value IS 255 (100% from 255) = 48.11%

 GREEN value IS 181 (71.09% from 255) = 34.15%

 BLUE value IS 94 (37.11% from 255) = 17.74%

R = 48.11%
G = 34.15%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FFB55E (or 0xFFB55E) is known color: Rajah. HEX triplet: FF, B5 and 5E. RGB value is (255,181,94). Sum of RGB (Red+Green+Blue) = 255+181+94=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 181 (71.09% from 255 or 34.15% from 530); Blue value is 94 (37.11% from 255 or 17.74% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB55E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB55E is #004AA1. Grayscale: #C1C1C1. Windows color (decimal): -19106 or 6206975. OLE color: 6206975.

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

Color convert

RGB 255 181 94 -
CMYK 0 0.29 0.63 0
HSL 32.42º 1% 0.68% -
HSV(B) 32.42º 0.63% 1% -
XYZ 59.78 55.12 18.08 -
YUV 193.21 72.02 172.07 -
System Red Green Blue C M Y K H S L
Decimal 255 181 94 0 0.29 0.63 0 32.42 1 0.68
Hex FF B5 5E 0 1D 3F 0 20 64 44
Octal 377 265 136 0 35 77 0 40 144 104
Binary 11111111 10110101 1011110 0 11101 111111 0 100000 1100100 1000100

Color Harmonies of #FFB55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB55E

Black with #FFB55E

Text Example


Text Example

White with #FFB55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB55E; }

 p { color: rgb(255,181,94); }

 H1.HeaderClassName
 {
   color: #FFB55E;
 }
 .AnyTagClassName
 {
   color: #FFB55E;
 }
</style>

background-color css

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

 a { background-color: rgb(255,181,94); }

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

border-color css

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

 span { border-color: rgb(255,181,94); }

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