Html Css Color HEX #F8AC68 Rajah

📋 copy color: '#F8AC68'

red 248 ◦ green 172 ◦ blue 104

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

Shades of Rajah #F8AC68

Tints of Rajah #F8AC68

RGB

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

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

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

R = 47.33%
G = 32.82%
B = 19.85%

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

#F8AC68 (or 0xF8AC68) is known color: Rajah. HEX triplet: F8, AC and 68. RGB value is (248,172,104). Sum of RGB (Red+Green+Blue) = 248+172+104=524 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.33% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 104 (41.02% from 255 or 19.85% from 524); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AC68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8AC68 is #075397. Grayscale: #BBBBBB. Windows color (decimal): -480152 or 6860024. OLE color: 6860024.

HSL color Cylindrical-coordinate representation of color #F8AC68: hue angle of 28.33º 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 #F8AC68 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 172 104 -
CMYK 0 0.31 0.58 0.03
HSL 28.33º 0.91% 0.69% -
HSV(B) 28.33º 0.58% 0.97% -
XYZ 55.96 50.46 19.89 -
YUV 186.97 81.18 171.53 -
System Red Green Blue C M Y K H S L
Decimal 248 172 104 0 0.31 0.58 0.03 28.33 0.91 0.69
Hex F8 AC 68 0 1F 3A 3 1C 5B 45
Octal 370 254 150 0 37 72 3 34 133 105
Binary 11111000 10101100 1101000 0 11111 111010 11 11100 1011011 1000101

Color Harmonies of #F8AC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AC68

Black with #F8AC68

Text Example


Text Example

White with #F8AC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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