Html Css Color HEX #FFB868 Rajah

📋 copy color: '#FFB868'

red 255 ◦ green 184 ◦ blue 104

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

Shades of Rajah #FFB868

Tints of Rajah #FFB868

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.89%

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

R = 46.96%
G = 33.89%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0

RGB Variations

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

Color information

#FFB868 (or 0xFFB868) is known color: Rajah. HEX triplet: FF, B8 and 68. RGB value is (255,184,104). Sum of RGB (Red+Green+Blue) = 255+184+104=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 184 (72.27% from 255 or 33.89% from 543); Blue value is 104 (41.02% from 255 or 19.15% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB868 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB868 is #004797. Grayscale: #C4C4C4. Windows color (decimal): -18328 or 6863103. OLE color: 6863103.

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

Color convert

RGB 255 184 104 -
CMYK 0 0.28 0.59 0
HSL 31.79º 1% 0.7% -
HSV(B) 31.79º 0.59% 1% -
XYZ 60.88 56.54 20.8 -
YUV 196.11 76.02 170 -
System Red Green Blue C M Y K H S L
Decimal 255 184 104 0 0.28 0.59 0 31.79 1 0.7
Hex FF B8 68 0 1C 3B 0 20 64 46
Octal 377 270 150 0 34 73 0 40 144 106
Binary 11111111 10111000 1101000 0 11100 111011 0 100000 1100100 1000110

Color Harmonies of #FFB868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB868

Black with #FFB868

Text Example


Text Example

White with #FFB868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB868; }

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

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

background-color css

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

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

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

border-color css

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

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

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