Html Css Color HEX #FFB064 Rajah

📋 copy color: '#FFB064'

red 255 ◦ green 176 ◦ blue 100

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

Shades of Rajah #FFB064

Tints of Rajah #FFB064

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.15%

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

R = 48.02%
G = 33.15%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#FFB064 (or 0xFFB064) is known color: Rajah. HEX triplet: FF, B0 and 64. RGB value is (255,176,100). Sum of RGB (Red+Green+Blue) = 255+176+100=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 100 (39.45% from 255 or 18.83% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB064 is #004F9B. Grayscale: #BFBFBF. Windows color (decimal): -20380 or 6598911. OLE color: 6598911.

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

Color convert

RGB 255 176 100 -
CMYK 0 0.31 0.61 0
HSL 29.42º 1% 0.7% -
HSV(B) 29.42º 0.61% 1% -
XYZ 59.07 53.23 19.22 -
YUV 190.96 76.67 173.68 -
System Red Green Blue C M Y K H S L
Decimal 255 176 100 0 0.31 0.61 0 29.42 1 0.7
Hex FF B0 64 0 1F 3D 0 1D 64 46
Octal 377 260 144 0 37 75 0 35 144 106
Binary 11111111 10110000 1100100 0 11111 111101 0 11101 1100100 1000110

Color Harmonies of #FFB064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB064

Black with #FFB064

Text Example


Text Example

White with #FFB064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB064; }

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

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

background-color css

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

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

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

border-color css

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

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

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