Html Css Color HEX #F7B560 Rajah

📋 copy color: '#F7B560'

red 247 ◦ green 181 ◦ blue 96

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

Shades of Rajah #F7B560

Tints of Rajah #F7B560

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.54%

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

R = 47.14%
G = 34.54%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F7B560 (or 0xF7B560) is known color: Rajah. HEX triplet: F7, B5 and 60. RGB value is (247,181,96). Sum of RGB (Red+Green+Blue) = 247+181+96=524 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.14% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B560 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B560 is #084A9F. Grayscale: #BFBFBF. Windows color (decimal): -543392 or 6338039. OLE color: 6338039.

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

Color convert

RGB 247 181 96 -
CMYK 0 0.27 0.61 0.03
HSL 33.77º 0.9% 0.67% -
HSV(B) 33.77º 0.61% 0.97% -
XYZ 56.99 53.67 18.42 -
YUV 191.04 74.37 167.91 -
System Red Green Blue C M Y K H S L
Decimal 247 181 96 0 0.27 0.61 0.03 33.77 0.9 0.67
Hex F7 B5 60 0 1B 3D 3 22 5A 43
Octal 367 265 140 0 33 75 3 42 132 103
Binary 11110111 10110101 1100000 0 11011 111101 11 100010 1011010 1000011

Color Harmonies of #F7B560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B560

Black with #F7B560

Text Example


Text Example

White with #F7B560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B560; }

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

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

background-color css

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

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

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

border-color css

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

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

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