Html Css Color HEX #FFB368 Rajah

📋 copy color: '#FFB368'

red 255 ◦ green 179 ◦ blue 104

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

Shades of Rajah #FFB368

Tints of Rajah #FFB368

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.27%

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

R = 47.4%
G = 33.27%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0

RGB Variations

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

Color information

#FFB368 (or 0xFFB368) is known color: Rajah. HEX triplet: FF, B3 and 68. RGB value is (255,179,104). Sum of RGB (Red+Green+Blue) = 255+179+104=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 104 (41.02% from 255 or 19.33% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB368 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB368 is #004C97. Grayscale: #C1C1C1. Windows color (decimal): -19608 or 6861823. OLE color: 6861823.

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

Color convert

RGB 255 179 104 -
CMYK 0 0.30 0.59 0
HSL 29.8º 1% 0.7% -
HSV(B) 29.8º 0.59% 1% -
XYZ 59.86 54.5 20.46 -
YUV 193.17 77.68 172.1 -
System Red Green Blue C M Y K H S L
Decimal 255 179 104 0 0.30 0.59 0 29.8 1 0.7
Hex FF B3 68 0 1E 3B 0 1E 64 46
Octal 377 263 150 0 36 73 0 36 144 106
Binary 11111111 10110011 1101000 0 11110 111011 0 11110 1100100 1000110

Color Harmonies of #FFB368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB368

Black with #FFB368

Text Example


Text Example

White with #FFB368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB368; }

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

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

background-color css

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

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

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

border-color css

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

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

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