Html Css Color HEX #F8AF65 Rajah

📋 copy color: '#F8AF65'

red 248 ◦ green 175 ◦ blue 101

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

Shades of Rajah #F8AF65

Tints of Rajah #F8AF65

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.4%

 BLUE value IS 101 (39.84% from 255) = 19.27%

R = 47.33%
G = 33.4%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F8AF65 (or 0xF8AF65) is known color: Rajah. HEX triplet: F8, AF and 65. RGB value is (248,175,101). Sum of RGB (Red+Green+Blue) = 248+175+101=524 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.33% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AF65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8AF65 is #07509A. Grayscale: #BCBCBC. Windows color (decimal): -479387 or 6664184. OLE color: 6664184.

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

Color convert

RGB 248 175 101 -
CMYK 0 0.29 0.59 0.03
HSL 30.2º 0.91% 0.68% -
HSV(B) 30.2º 0.59% 0.97% -
XYZ 56.39 51.56 19.29 -
YUV 188.39 78.68 170.52 -
System Red Green Blue C M Y K H S L
Decimal 248 175 101 0 0.29 0.59 0.03 30.2 0.91 0.68
Hex F8 AF 65 0 1D 3B 3 1E 5B 44
Octal 370 257 145 0 35 73 3 36 133 104
Binary 11111000 10101111 1100101 0 11101 111011 11 11110 1011011 1000100

Color Harmonies of #F8AF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AF65

Black with #F8AF65

Text Example


Text Example

White with #F8AF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AF65; }

 p { color: rgb(248,175,101); }

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

background-color css

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

 a { background-color: rgb(248,175,101); }

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

border-color css

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

 span { border-color: rgb(248,175,101); }

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