Html Css Color HEX #F7AD6A Rajah

📋 copy color: '#F7AD6A'

red 247 ◦ green 173 ◦ blue 106

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

Shades of Rajah #F7AD6A

Tints of Rajah #F7AD6A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.89%

 BLUE value IS 106 (41.8% from 255) = 20.15%

R = 46.96%
G = 32.89%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F7AD6A (or 0xF7AD6A) is known color: Rajah. HEX triplet: F7, AD and 6A. RGB value is (247,173,106). Sum of RGB (Red+Green+Blue) = 247+173+106=526 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.96% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 106 (41.80% from 255 or 20.15% from 526); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AD6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7AD6A is #085295. Grayscale: #BBBBBB. Windows color (decimal): -545430 or 6991351. OLE color: 6991351.

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

Color convert

RGB 247 173 106 -
CMYK 0 0.30 0.57 0.03
HSL 28.51º 0.9% 0.69% -
HSV(B) 28.51º 0.57% 0.97% -
XYZ 55.9 50.7 20.48 -
YUV 187.49 82.02 170.45 -
System Red Green Blue C M Y K H S L
Decimal 247 173 106 0 0.30 0.57 0.03 28.51 0.9 0.69
Hex F7 AD 6A 0 1E 39 3 1D 5A 45
Octal 367 255 152 0 36 71 3 35 132 105
Binary 11110111 10101101 1101010 0 11110 111001 11 11101 1011010 1000101

Color Harmonies of #F7AD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7AD6A

Black with #F7AD6A

Text Example


Text Example

White with #F7AD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7AD6A; }

 p { color: rgb(247,173,106); }

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

background-color css

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

 a { background-color: rgb(247,173,106); }

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

border-color css

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

 span { border-color: rgb(247,173,106); }

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