Html Css Color HEX #F5AD6B Rajah

📋 copy color: '#F5AD6B'

red 245 ◦ green 173 ◦ blue 107

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

Shades of Rajah #F5AD6B

Tints of Rajah #F5AD6B

RGB

 RED value IS 245 (96.09% from 255) = 46.67%

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

 BLUE value IS 107 (42.19% from 255) = 20.38%

R = 46.67%
G = 32.95%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5AD6B (or 0xF5AD6B) is known color: Rajah. HEX triplet: F5, AD and 6B. RGB value is (245,173,107). Sum of RGB (Red+Green+Blue) = 245+173+107=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 107 (42.19% from 255 or 20.38% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AD6B is #0A5294. Grayscale: #BBBBBB. Windows color (decimal): -676501 or 7056885. OLE color: 7056885.

HSL color Cylindrical-coordinate representation of color #F5AD6B: hue angle of 28.7º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5AD6B is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 173 107 -
CMYK 0 0.29 0.56 0.04
HSL 28.7º 0.87% 0.69% -
HSV(B) 28.7º 0.56% 0.96% -
XYZ 55.25 50.36 20.72 -
YUV 187 82.85 169.37 -
System Red Green Blue C M Y K H S L
Decimal 245 173 107 0 0.29 0.56 0.04 28.7 0.87 0.69
Hex F5 AD 6B 0 1D 38 4 1D 57 45
Octal 365 255 153 0 35 70 4 35 127 105
Binary 11110101 10101101 1101011 0 11101 111000 100 11101 1010111 1000101

Color Harmonies of #F5AD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AD6B

Black with #F5AD6B

Text Example


Text Example

White with #F5AD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AD6B; }

 p { color: rgb(245,173,107); }

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

background-color css

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

 a { background-color: rgb(245,173,107); }

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

border-color css

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

 span { border-color: rgb(245,173,107); }

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