Html Css Color HEX #FFB06B Rajah

📋 copy color: '#FFB06B'

red 255 ◦ green 176 ◦ blue 107

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

Shades of Rajah #FFB06B

Tints of Rajah #FFB06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.89%

R = 47.4%
G = 32.71%
B = 19.89%

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

#FFB06B (or 0xFFB06B) is known color: Rajah. HEX triplet: FF, B0 and 6B. RGB value is (255,176,107). Sum of RGB (Red+Green+Blue) = 255+176+107=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 107 (42.19% from 255 or 19.89% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB06B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB06B is #004F94. Grayscale: #C0C0C0. Windows color (decimal): -20373 or 7057663. OLE color: 7057663.

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

Color convert

RGB 255 176 107 -
CMYK 0 0.31 0.58 0
HSL 27.97º 1% 0.71% -
HSV(B) 27.97º 0.58% 1% -
XYZ 59.42 53.37 21.08 -
YUV 191.76 80.17 173.11 -
System Red Green Blue C M Y K H S L
Decimal 255 176 107 0 0.31 0.58 0 27.97 1 0.71
Hex FF B0 6B 0 1F 3A 0 1C 64 47
Octal 377 260 153 0 37 72 0 34 144 107
Binary 11111111 10110000 1101011 0 11111 111010 0 11100 1100100 1000111

Color Harmonies of #FFB06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB06B

Black with #FFB06B

Text Example


Text Example

White with #FFB06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB06B; }

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

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

background-color css

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

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

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

border-color css

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

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

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