Html Css Color HEX #F8AA68 Rajah

📋 copy color: '#F8AA68'

red 248 ◦ green 170 ◦ blue 104

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

Shades of Rajah #F8AA68

Tints of Rajah #F8AA68

RGB

 RED value IS 248 (97.27% from 255) = 47.51%

 GREEN value IS 170 (66.8% from 255) = 32.57%

 BLUE value IS 104 (41.02% from 255) = 19.92%

R = 47.51%
G = 32.57%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F8AA68 (or 0xF8AA68) is known color: Rajah. HEX triplet: F8, AA and 68. RGB value is (248,170,104). Sum of RGB (Red+Green+Blue) = 248+170+104=522 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.51% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 104 (41.02% from 255 or 19.92% from 522); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AA68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8AA68 is #075597. Grayscale: #BABABA. Windows color (decimal): -480664 or 6859512. OLE color: 6859512.

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

Color convert

RGB 248 170 104 -
CMYK 0 0.31 0.58 0.03
HSL 27.5º 0.91% 0.69% -
HSV(B) 27.5º 0.58% 0.97% -
XYZ 55.58 49.71 19.76 -
YUV 185.8 81.84 172.37 -
System Red Green Blue C M Y K H S L
Decimal 248 170 104 0 0.31 0.58 0.03 27.5 0.91 0.69
Hex F8 AA 68 0 1F 3A 3 1C 5B 45
Octal 370 252 150 0 37 72 3 34 133 105
Binary 11111000 10101010 1101000 0 11111 111010 11 11100 1011011 1000101

Color Harmonies of #F8AA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AA68

Black with #F8AA68

Text Example


Text Example

White with #F8AA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AA68; }

 p { color: rgb(248,170,104); }

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

background-color css

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

 a { background-color: rgb(248,170,104); }

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

border-color css

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

 span { border-color: rgb(248,170,104); }

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