Html Css Color HEX #F2B164 Rajah

📋 copy color: '#F2B164'

red 242 ◦ green 177 ◦ blue 100

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

Shades of Rajah #F2B164

Tints of Rajah #F2B164

RGB

 RED value IS 242 (94.92% from 255) = 46.63%

 GREEN value IS 177 (69.53% from 255) = 34.1%

 BLUE value IS 100 (39.45% from 255) = 19.27%

R = 46.63%
G = 34.1%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F2B164 (or 0xF2B164) is known color: Rajah. HEX triplet: F2, B1 and 64. RGB value is (242,177,100). Sum of RGB (Red+Green+Blue) = 242+177+100=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 100 (39.45% from 255 or 19.27% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B164 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B164 is #0D4E9B. Grayscale: #BCBCBC. Windows color (decimal): -872092 or 6599154. OLE color: 6599154.

HSL color Cylindrical-coordinate representation of color #F2B164: hue angle of 32.54º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F2B164 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 177 100 -
CMYK 0 0.27 0.59 0.05
HSL 32.54º 0.85% 0.67% -
HSV(B) 32.54º 0.59% 0.95% -
XYZ 54.64 51.24 19.07 -
YUV 187.66 78.53 166.76 -
System Red Green Blue C M Y K H S L
Decimal 242 177 100 0 0.27 0.59 0.05 32.54 0.85 0.67
Hex F2 B1 64 0 1B 3B 5 21 55 43
Octal 362 261 144 0 33 73 5 41 125 103
Binary 11110010 10110001 1100100 0 11011 111011 101 100001 1010101 1000011

Color Harmonies of #F2B164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B164

Black with #F2B164

Text Example


Text Example

White with #F2B164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B164; }

 p { color: rgb(242,177,100); }

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

background-color css

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

 a { background-color: rgb(242,177,100); }

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

border-color css

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

 span { border-color: rgb(242,177,100); }

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