Html Css Color HEX #F9B165 Rajah

📋 copy color: '#F9B165'

red 249 ◦ green 177 ◦ blue 101

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

Shades of Rajah #F9B165

Tints of Rajah #F9B165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.17%

R = 47.25%
G = 33.59%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F9B165 (or 0xF9B165) is known color: Rajah. HEX triplet: F9, B1 and 65. RGB value is (249,177,101). Sum of RGB (Red+Green+Blue) = 249+177+101=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 101 (39.84% from 255 or 19.17% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9B165 is #064E9A. Grayscale: #BEBEBE. Windows color (decimal): -413339 or 6664697. OLE color: 6664697.

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

Color convert

RGB 249 177 101 -
CMYK 0 0.29 0.59 0.02
HSL 30.81º 0.93% 0.69% -
HSV(B) 30.81º 0.59% 0.98% -
XYZ 57.14 52.52 19.44 -
YUV 189.86 77.85 170.18 -
System Red Green Blue C M Y K H S L
Decimal 249 177 101 0 0.29 0.59 0.02 30.81 0.93 0.69
Hex F9 B1 65 0 1D 3B 2 1F 5C 45
Octal 371 261 145 0 35 73 2 37 134 105
Binary 11111001 10110001 1100101 0 11101 111011 10 11111 1011100 1000101

Color Harmonies of #F9B165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B165

Black with #F9B165

Text Example


Text Example

White with #F9B165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B165; }

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

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

background-color css

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

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

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

border-color css

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

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

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