Html Css Color HEX #FFB668 Rajah

📋 copy color: '#FFB668'

red 255 ◦ green 182 ◦ blue 104

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

Shades of Rajah #FFB668

Tints of Rajah #FFB668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.22%

R = 47.13%
G = 33.64%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0

RGB Variations

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

Color information

#FFB668 (or 0xFFB668) is known color: Rajah. HEX triplet: FF, B6 and 68. RGB value is (255,182,104). Sum of RGB (Red+Green+Blue) = 255+182+104=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 182 (71.48% from 255 or 33.64% from 541); Blue value is 104 (41.02% from 255 or 19.22% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB668 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB668 is #004997. Grayscale: #C3C3C3. Windows color (decimal): -18840 or 6862591. OLE color: 6862591.

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

Color convert

RGB 255 182 104 -
CMYK 0 0.29 0.59 0
HSL 30.99º 1% 0.7% -
HSV(B) 30.99º 0.59% 1% -
XYZ 60.47 55.72 20.66 -
YUV 194.94 76.68 170.84 -
System Red Green Blue C M Y K H S L
Decimal 255 182 104 0 0.29 0.59 0 30.99 1 0.7
Hex FF B6 68 0 1D 3B 0 1F 64 46
Octal 377 266 150 0 35 73 0 37 144 106
Binary 11111111 10110110 1101000 0 11101 111011 0 11111 1100100 1000110

Color Harmonies of #FFB668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB668

Black with #FFB668

Text Example


Text Example

White with #FFB668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB668; }

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

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

background-color css

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

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

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

border-color css

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

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

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