Html Css Color HEX #FFB06A Rajah

📋 copy color: '#FFB06A'

red 255 ◦ green 176 ◦ blue 106

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

Shades of Rajah #FFB06A

Tints of Rajah #FFB06A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.74%

R = 47.49%
G = 32.77%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FFB06A (or 0xFFB06A) is known color: Rajah. HEX triplet: FF, B0 and 6A. RGB value is (255,176,106). Sum of RGB (Red+Green+Blue) = 255+176+106=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 106 (41.80% from 255 or 19.74% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB06A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB06A is #004F95. Grayscale: #BFBFBF. Windows color (decimal): -20374 or 6992127. OLE color: 6992127.

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

Color convert

RGB 255 176 106 -
CMYK 0 0.31 0.58 0
HSL 28.19º 1% 0.71% -
HSV(B) 28.19º 0.58% 1% -
XYZ 59.37 53.35 20.8 -
YUV 191.64 79.67 173.19 -
System Red Green Blue C M Y K H S L
Decimal 255 176 106 0 0.31 0.58 0 28.19 1 0.71
Hex FF B0 6A 0 1F 3A 0 1C 64 47
Octal 377 260 152 0 37 72 0 34 144 107
Binary 11111111 10110000 1101010 0 11111 111010 0 11100 1100100 1000111

Color Harmonies of #FFB06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB06A

Black with #FFB06A

Text Example


Text Example

White with #FFB06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB06A; }

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

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

background-color css

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

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

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

border-color css

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

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

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