Html Css Color HEX #F7B961 Rajah

📋 copy color: '#F7B961'

red 247 ◦ green 185 ◦ blue 97

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

Shades of Rajah #F7B961

Tints of Rajah #F7B961

RGB

 RED value IS 247 (96.88% from 255) = 46.69%

 GREEN value IS 185 (72.66% from 255) = 34.97%

 BLUE value IS 97 (38.28% from 255) = 18.34%

R = 46.69%
G = 34.97%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F7B961 (or 0xF7B961) is known color: Rajah. HEX triplet: F7, B9 and 61. RGB value is (247,185,97). Sum of RGB (Red+Green+Blue) = 247+185+97=529 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.69% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 97 (38.28% from 255 or 18.34% from 529); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B961 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B961 is #08469E. Grayscale: #C1C1C1. Windows color (decimal): -542367 or 6404599. OLE color: 6404599.

HSL color Cylindrical-coordinate representation of color #F7B961: hue angle of 35.2º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F7B961 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 185 97 -
CMYK 0 0.25 0.61 0.03
HSL 35.2º 0.9% 0.67% -
HSV(B) 35.2º 0.61% 0.97% -
XYZ 57.86 55.34 18.94 -
YUV 193.51 73.54 166.16 -
System Red Green Blue C M Y K H S L
Decimal 247 185 97 0 0.25 0.61 0.03 35.2 0.9 0.67
Hex F7 B9 61 0 19 3D 3 23 5A 43
Octal 367 271 141 0 31 75 3 43 132 103
Binary 11110111 10111001 1100001 0 11001 111101 11 100011 1011010 1000011

Color Harmonies of #F7B961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B961

Black with #F7B961

Text Example


Text Example

White with #F7B961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B961; }

 p { color: rgb(247,185,97); }

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

background-color css

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

 a { background-color: rgb(247,185,97); }

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

border-color css

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

 span { border-color: rgb(247,185,97); }

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