Html Css Color HEX #F7B760 Rajah

📋 copy color: '#F7B760'

red 247 ◦ green 183 ◦ blue 96

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

Shades of Rajah #F7B760

Tints of Rajah #F7B760

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.79%

 BLUE value IS 96 (37.89% from 255) = 18.25%

R = 46.96%
G = 34.79%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F7B760 (or 0xF7B760) is known color: Rajah. HEX triplet: F7, B7 and 60. RGB value is (247,183,96). Sum of RGB (Red+Green+Blue) = 247+183+96=526 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.96% from 526); Green value is 183 (71.88% from 255 or 34.79% from 526); Blue value is 96 (37.89% from 255 or 18.25% from 526); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B760 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B760 is #08489F. Grayscale: #C0C0C0. Windows color (decimal): -542880 or 6338551. OLE color: 6338551.

HSL color Cylindrical-coordinate representation of color #F7B760: hue angle of 34.57º 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 #F7B760 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 183 96 -
CMYK 0 0.26 0.61 0.03
HSL 34.57º 0.9% 0.67% -
HSV(B) 34.57º 0.61% 0.97% -
XYZ 57.4 54.49 18.56 -
YUV 192.22 73.7 167.07 -
System Red Green Blue C M Y K H S L
Decimal 247 183 96 0 0.26 0.61 0.03 34.57 0.9 0.67
Hex F7 B7 60 0 1A 3D 3 23 5A 43
Octal 367 267 140 0 32 75 3 43 132 103
Binary 11110111 10110111 1100000 0 11010 111101 11 100011 1011010 1000011

Color Harmonies of #F7B760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B760

Black with #F7B760

Text Example


Text Example

White with #F7B760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B760; }

 p { color: rgb(247,183,96); }

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

background-color css

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

 a { background-color: rgb(247,183,96); }

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

border-color css

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

 span { border-color: rgb(247,183,96); }

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