Html Css Color HEX #F6B268 Rajah

📋 copy color: '#F6B268'

red 246 ◦ green 178 ◦ blue 104

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

Shades of Rajah #F6B268

Tints of Rajah #F6B268

RGB

 RED value IS 246 (96.48% from 255) = 46.59%

 GREEN value IS 178 (69.92% from 255) = 33.71%

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

R = 46.59%
G = 33.71%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F6B268 (or 0xF6B268) is known color: Rajah. HEX triplet: F6, B2 and 68. RGB value is (246,178,104). Sum of RGB (Red+Green+Blue) = 246+178+104=528 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.59% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 104 (41.02% from 255 or 19.70% from 528); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6B268 is #094D97. Grayscale: #BEBEBE. Windows color (decimal): -609688 or 6861558. OLE color: 6861558.

HSL color Cylindrical-coordinate representation of color #F6B268: hue angle of 31.27º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F6B268 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 178 104 -
CMYK 0 0.28 0.58 0.04
HSL 31.27º 0.89% 0.69% -
HSV(B) 31.27º 0.58% 0.96% -
XYZ 56.43 52.43 20.24 -
YUV 189.9 79.53 168.02 -
System Red Green Blue C M Y K H S L
Decimal 246 178 104 0 0.28 0.58 0.04 31.27 0.89 0.69
Hex F6 B2 68 0 1C 3A 4 1F 59 45
Octal 366 262 150 0 34 72 4 37 131 105
Binary 11110110 10110010 1101000 0 11100 111010 100 11111 1011001 1000101

Color Harmonies of #F6B268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B268

Black with #F6B268

Text Example


Text Example

White with #F6B268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B268; }

 p { color: rgb(246,178,104); }

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

background-color css

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

 a { background-color: rgb(246,178,104); }

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

border-color css

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

 span { border-color: rgb(246,178,104); }

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