Html Css Color HEX #F5AB61 Rajah

📋 copy color: '#F5AB61'

red 245 ◦ green 171 ◦ blue 97

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

Shades of Rajah #F5AB61

Tints of Rajah #F5AB61

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.33%

 BLUE value IS 97 (38.28% from 255) = 18.91%

R = 47.76%
G = 33.33%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#F5AB61 (or 0xF5AB61) is known color: Rajah. HEX triplet: F5, AB and 61. RGB value is (245,171,97). Sum of RGB (Red+Green+Blue) = 245+171+97=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 97 (38.28% from 255 or 18.91% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AB61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AB61 is #0A549E. Grayscale: #B9B9B9. Windows color (decimal): -677023 or 6401013. OLE color: 6401013.

HSL color Cylindrical-coordinate representation of color #F5AB61: hue angle of 30º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F5AB61 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 171 97 -
CMYK 0 0.30 0.60 0.04
HSL 30º 0.88% 0.67% -
HSV(B) 30º 0.6% 0.96% -
XYZ 54.38 49.4 17.98 -
YUV 184.69 78.52 171.02 -
System Red Green Blue C M Y K H S L
Decimal 245 171 97 0 0.30 0.60 0.04 30 0.88 0.67
Hex F5 AB 61 0 1E 3C 4 1E 58 43
Octal 365 253 141 0 36 74 4 36 130 103
Binary 11110101 10101011 1100001 0 11110 111100 100 11110 1011000 1000011

Color Harmonies of #F5AB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AB61

Black with #F5AB61

Text Example


Text Example

White with #F5AB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AB61; }

 p { color: rgb(245,171,97); }

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

background-color css

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

 a { background-color: rgb(245,171,97); }

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

border-color css

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

 span { border-color: rgb(245,171,97); }

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