Html Css Color HEX #FFB66A Rajah

📋 copy color: '#FFB66A'

red 255 ◦ green 182 ◦ blue 106

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

Shades of Rajah #FFB66A

Tints of Rajah #FFB66A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.52%

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

R = 46.96%
G = 33.52%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FFB66A (or 0xFFB66A) is known color: Rajah. HEX triplet: FF, B6 and 6A. RGB value is (255,182,106). Sum of RGB (Red+Green+Blue) = 255+182+106=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 182 (71.48% from 255 or 33.52% from 543); Blue value is 106 (41.80% from 255 or 19.52% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB66A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB66A is #004995. Grayscale: #C3C3C3. Windows color (decimal): -18838 or 6993663. OLE color: 6993663.

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

Color convert

RGB 255 182 106 -
CMYK 0 0.29 0.58 0
HSL 30.6º 1% 0.71% -
HSV(B) 30.6º 0.58% 1% -
XYZ 60.57 55.76 21.21 -
YUV 195.16 77.68 170.68 -
System Red Green Blue C M Y K H S L
Decimal 255 182 106 0 0.29 0.58 0 30.6 1 0.71
Hex FF B6 6A 0 1D 3A 0 1F 64 47
Octal 377 266 152 0 35 72 0 37 144 107
Binary 11111111 10110110 1101010 0 11101 111010 0 11111 1100100 1000111

Color Harmonies of #FFB66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB66A

Black with #FFB66A

Text Example


Text Example

White with #FFB66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB66A; }

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

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

background-color css

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

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

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

border-color css

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

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

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