Html Css Color HEX #F5AC6B Rajah

📋 copy color: '#F5AC6B'

red 245 ◦ green 172 ◦ blue 107

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

Shades of Rajah #F5AC6B

Tints of Rajah #F5AC6B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.82%

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

R = 46.76%
G = 32.82%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5AC6B (or 0xF5AC6B) is known color: Rajah. HEX triplet: F5, AC and 6B. RGB value is (245,172,107). Sum of RGB (Red+Green+Blue) = 245+172+107=524 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.76% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 107 (42.19% from 255 or 20.42% from 524); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AC6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AC6B is #0A5394. Grayscale: #BABABA. Windows color (decimal): -676757 or 7056629. OLE color: 7056629.

HSL color Cylindrical-coordinate representation of color #F5AC6B: hue angle of 28.26º 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 #F5AC6B is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 172 107 -
CMYK 0 0.30 0.56 0.04
HSL 28.26º 0.87% 0.69% -
HSV(B) 28.26º 0.56% 0.96% -
XYZ 55.06 49.98 20.65 -
YUV 186.42 83.18 169.79 -
System Red Green Blue C M Y K H S L
Decimal 245 172 107 0 0.30 0.56 0.04 28.26 0.87 0.69
Hex F5 AC 6B 0 1E 38 4 1C 57 45
Octal 365 254 153 0 36 70 4 34 127 105
Binary 11110101 10101100 1101011 0 11110 111000 100 11100 1010111 1000101

Color Harmonies of #F5AC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AC6B

Black with #F5AC6B

Text Example


Text Example

White with #F5AC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AC6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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