Html Css Color HEX #F6B067 Rajah

📋 copy color: '#F6B067'

red 246 ◦ green 176 ◦ blue 103

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

Shades of Rajah #F6B067

Tints of Rajah #F6B067

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.52%

 BLUE value IS 103 (40.63% from 255) = 19.62%

R = 46.86%
G = 33.52%
B = 19.62%

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

#F6B067 (or 0xF6B067) is known color: Rajah. HEX triplet: F6, B0 and 67. RGB value is (246,176,103). Sum of RGB (Red+Green+Blue) = 246+176+103=525 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.86% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 103 (40.62% from 255 or 19.62% from 525); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6B067 is #094F98. Grayscale: #BCBCBC. Windows color (decimal): -610201 or 6795510. OLE color: 6795510.

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

Color convert

RGB 246 176 103 -
CMYK 0 0.28 0.58 0.04
HSL 30.63º 0.89% 0.68% -
HSV(B) 30.63º 0.58% 0.96% -
XYZ 55.98 51.62 19.85 -
YUV 188.61 79.69 168.94 -
System Red Green Blue C M Y K H S L
Decimal 246 176 103 0 0.28 0.58 0.04 30.63 0.89 0.68
Hex F6 B0 67 0 1C 3A 4 1F 59 44
Octal 366 260 147 0 34 72 4 37 131 104
Binary 11110110 10110000 1100111 0 11100 111010 100 11111 1011001 1000100

Color Harmonies of #F6B067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B067

Black with #F6B067

Text Example


Text Example

White with #F6B067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B067; }

 p { color: rgb(246,176,103); }

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

background-color css

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

 a { background-color: rgb(246,176,103); }

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

border-color css

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

 span { border-color: rgb(246,176,103); }

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