Html Css Color HEX #FFB764 Rajah

📋 copy color: '#FFB764'

red 255 ◦ green 183 ◦ blue 100

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

Shades of Rajah #FFB764

Tints of Rajah #FFB764

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.01%

 BLUE value IS 100 (39.45% from 255) = 18.59%

R = 47.4%
G = 34.01%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#FFB764 (or 0xFFB764) is known color: Rajah. HEX triplet: FF, B7 and 64. RGB value is (255,183,100). Sum of RGB (Red+Green+Blue) = 255+183+100=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 183 (71.88% from 255 or 34.01% from 538); Blue value is 100 (39.45% from 255 or 18.59% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB764 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB764 is #00489B. Grayscale: #C3C3C3. Windows color (decimal): -18588 or 6600703. OLE color: 6600703.

HSL color Cylindrical-coordinate representation of color #FFB764: hue angle of 32.13º 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 #FFB764 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.

Color convert

RGB 255 183 100 -
CMYK 0 0.28 0.61 0
HSL 32.13º 1% 0.7% -
HSV(B) 32.13º 0.61% 1% -
XYZ 60.47 56.05 19.69 -
YUV 195.07 74.35 170.75 -
System Red Green Blue C M Y K H S L
Decimal 255 183 100 0 0.28 0.61 0 32.13 1 0.7
Hex FF B7 64 0 1C 3D 0 20 64 46
Octal 377 267 144 0 34 75 0 40 144 106
Binary 11111111 10110111 1100100 0 11100 111101 0 100000 1100100 1000110

Color Harmonies of #FFB764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB764

Black with #FFB764

Text Example


Text Example

White with #FFB764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB764; }

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

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

background-color css

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

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

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

border-color css

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

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

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