Html Css Color HEX #F7B260 Rajah

📋 copy color: '#F7B260'

red 247 ◦ green 178 ◦ blue 96

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

Shades of Rajah #F7B260

Tints of Rajah #F7B260

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.17%

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

R = 47.41%
G = 34.17%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F7B260 (or 0xF7B260) is known color: Rajah. HEX triplet: F7, B2 and 60. RGB value is (247,178,96). Sum of RGB (Red+Green+Blue) = 247+178+96=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7B260 is #084D9F. Grayscale: #BDBDBD. Windows color (decimal): -544160 or 6337271. OLE color: 6337271.

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

Color convert

RGB 247 178 96 -
CMYK 0 0.28 0.61 0.03
HSL 32.58º 0.9% 0.67% -
HSV(B) 32.58º 0.61% 0.97% -
XYZ 56.39 52.46 18.22 -
YUV 189.28 75.36 169.17 -
System Red Green Blue C M Y K H S L
Decimal 247 178 96 0 0.28 0.61 0.03 32.58 0.9 0.67
Hex F7 B2 60 0 1C 3D 3 21 5A 43
Octal 367 262 140 0 34 75 3 41 132 103
Binary 11110111 10110010 1100000 0 11100 111101 11 100001 1011010 1000011

Color Harmonies of #F7B260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B260

Black with #F7B260

Text Example


Text Example

White with #F7B260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B260; }

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

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

background-color css

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

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

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

border-color css

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

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

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