Html Css Color HEX #F9B168 Rajah

📋 copy color: '#F9B168'

red 249 ◦ green 177 ◦ blue 104

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

Shades of Rajah #F9B168

Tints of Rajah #F9B168

RGB

 RED value IS 249 (97.66% from 255) = 46.98%

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

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

R = 46.98%
G = 33.4%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#F9B168 (or 0xF9B168) is known color: Rajah. HEX triplet: F9, B1 and 68. RGB value is (249,177,104). Sum of RGB (Red+Green+Blue) = 249+177+104=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 104 (41.02% from 255 or 19.62% from 530); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B168 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9B168 is #064E97. Grayscale: #BEBEBE. Windows color (decimal): -413336 or 6861305. OLE color: 6861305.

HSL color Cylindrical-coordinate representation of color #F9B168: hue angle of 30.21º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F9B168 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 177 104 -
CMYK 0 0.29 0.58 0.02
HSL 30.21º 0.92% 0.69% -
HSV(B) 30.21º 0.58% 0.98% -
XYZ 57.29 52.58 20.23 -
YUV 190.21 79.35 169.94 -
System Red Green Blue C M Y K H S L
Decimal 249 177 104 0 0.29 0.58 0.02 30.21 0.92 0.69
Hex F9 B1 68 0 1D 3A 2 1E 5C 45
Octal 371 261 150 0 35 72 2 36 134 105
Binary 11111001 10110001 1101000 0 11101 111010 10 11110 1011100 1000101

Color Harmonies of #F9B168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B168

Black with #F9B168

Text Example


Text Example

White with #F9B168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B168; }

 p { color: rgb(249,177,104); }

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

background-color css

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

 a { background-color: rgb(249,177,104); }

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

border-color css

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

 span { border-color: rgb(249,177,104); }

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