Html Css Color HEX #F8AF63 Rajah

📋 copy color: '#F8AF63'

red 248 ◦ green 175 ◦ blue 99

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

Shades of Rajah #F8AF63

Tints of Rajah #F8AF63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.97%

R = 47.51%
G = 33.52%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F8AF63 (or 0xF8AF63) is known color: Rajah. HEX triplet: F8, AF and 63. RGB value is (248,175,99). Sum of RGB (Red+Green+Blue) = 248+175+99=522 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.51% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 99 (39.06% from 255 or 18.97% from 522); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AF63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8AF63 is #07509C. Grayscale: #BCBCBC. Windows color (decimal): -479389 or 6533112. OLE color: 6533112.

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

Color convert

RGB 248 175 99 -
CMYK 0 0.29 0.60 0.03
HSL 30.6º 0.91% 0.68% -
HSV(B) 30.6º 0.6% 0.97% -
XYZ 56.29 51.52 18.78 -
YUV 188.16 77.68 170.68 -
System Red Green Blue C M Y K H S L
Decimal 248 175 99 0 0.29 0.60 0.03 30.6 0.91 0.68
Hex F8 AF 63 0 1D 3C 3 1F 5B 44
Octal 370 257 143 0 35 74 3 37 133 104
Binary 11111000 10101111 1100011 0 11101 111100 11 11111 1011011 1000100

Color Harmonies of #F8AF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AF63

Black with #F8AF63

Text Example


Text Example

White with #F8AF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AF63; }

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

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

background-color css

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

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

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

border-color css

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

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

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