Html Css Color HEX #F7AD65 Rajah

📋 copy color: '#F7AD65'

red 247 ◦ green 173 ◦ blue 101

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

Shades of Rajah #F7AD65

Tints of Rajah #F7AD65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.39%

R = 47.41%
G = 33.21%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F7AD65 (or 0xF7AD65) is known color: Rajah. HEX triplet: F7, AD and 65. RGB value is (247,173,101). Sum of RGB (Red+Green+Blue) = 247+173+101=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 101 (39.84% from 255 or 19.39% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AD65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7AD65 is #08529A. Grayscale: #BBBBBB. Windows color (decimal): -545435 or 6663671. OLE color: 6663671.

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

Color convert

RGB 247 173 101 -
CMYK 0 0.30 0.59 0.03
HSL 29.59º 0.9% 0.68% -
HSV(B) 29.59º 0.59% 0.97% -
XYZ 55.65 50.6 19.15 -
YUV 186.92 79.52 170.85 -
System Red Green Blue C M Y K H S L
Decimal 247 173 101 0 0.30 0.59 0.03 29.59 0.9 0.68
Hex F7 AD 65 0 1E 3B 3 1E 5A 44
Octal 367 255 145 0 36 73 3 36 132 104
Binary 11110111 10101101 1100101 0 11110 111011 11 11110 1011010 1000100

Color Harmonies of #F7AD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7AD65

Black with #F7AD65

Text Example


Text Example

White with #F7AD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7AD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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