Html Css Color HEX #F1B162 Rajah

📋 copy color: '#F1B162'

red 241 ◦ green 177 ◦ blue 98

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

Shades of Rajah #F1B162

Tints of Rajah #F1B162

RGB

 RED value IS 241 (94.53% from 255) = 46.71%

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

 BLUE value IS 98 (38.67% from 255) = 18.99%

R = 46.71%
G = 34.3%
B = 18.99%

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

#F1B162 (or 0xF1B162) is known color: Rajah. HEX triplet: F1, B1 and 62. RGB value is (241,177,98). Sum of RGB (Red+Green+Blue) = 241+177+98=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 98 (38.67% from 255 or 18.99% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B162 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1B162 is #0E4E9D. Grayscale: #BBBBBB. Windows color (decimal): -937630 or 6468081. OLE color: 6468081.

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

Color convert

RGB 241 177 98 -
CMYK 0 0.27 0.59 0.05
HSL 33.15º 0.84% 0.66% -
HSV(B) 33.15º 0.59% 0.95% -
XYZ 54.2 51.03 18.55 -
YUV 187.13 77.7 166.42 -
System Red Green Blue C M Y K H S L
Decimal 241 177 98 0 0.27 0.59 0.05 33.15 0.84 0.66
Hex F1 B1 62 0 1B 3B 5 21 54 42
Octal 361 261 142 0 33 73 5 41 124 102
Binary 11110001 10110001 1100010 0 11011 111011 101 100001 1010100 1000010

Color Harmonies of #F1B162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B162

Black with #F1B162

Text Example


Text Example

White with #F1B162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B162; }

 p { color: rgb(241,177,98); }

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

background-color css

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

 a { background-color: rgb(241,177,98); }

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

border-color css

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

 span { border-color: rgb(241,177,98); }

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