Html Css Color HEX #F8AE68 Rajah

📋 copy color: '#F8AE68'

red 248 ◦ green 174 ◦ blue 104

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

Shades of Rajah #F8AE68

Tints of Rajah #F8AE68

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.08%

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

R = 47.15%
G = 33.08%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F8AE68 (or 0xF8AE68) is known color: Rajah. HEX triplet: F8, AE and 68. RGB value is (248,174,104). Sum of RGB (Red+Green+Blue) = 248+174+104=526 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.15% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 104 (41.02% from 255 or 19.77% from 526); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AE68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8AE68 is #075197. Grayscale: #BCBCBC. Windows color (decimal): -479640 or 6860536. OLE color: 6860536.

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

Color convert

RGB 248 174 104 -
CMYK 0 0.30 0.58 0.03
HSL 29.17º 0.91% 0.69% -
HSV(B) 29.17º 0.58% 0.97% -
XYZ 56.35 51.23 20.01 -
YUV 188.15 80.52 170.69 -
System Red Green Blue C M Y K H S L
Decimal 248 174 104 0 0.30 0.58 0.03 29.17 0.91 0.69
Hex F8 AE 68 0 1E 3A 3 1D 5B 45
Octal 370 256 150 0 36 72 3 35 133 105
Binary 11111000 10101110 1101000 0 11110 111010 11 11101 1011011 1000101

Color Harmonies of #F8AE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AE68

Black with #F8AE68

Text Example


Text Example

White with #F8AE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AE68; }

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

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

background-color css

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

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

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

border-color css

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

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

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