Html Css Color HEX #F8AD65 Rajah

📋 copy color: '#F8AD65'

red 248 ◦ green 173 ◦ blue 101

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

Shades of Rajah #F8AD65

Tints of Rajah #F8AD65

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.14%

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

R = 47.51%
G = 33.14%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F8AD65 (or 0xF8AD65) is known color: Rajah. HEX triplet: F8, AD and 65. RGB value is (248,173,101). Sum of RGB (Red+Green+Blue) = 248+173+101=522 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.51% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 101 (39.84% from 255 or 19.35% from 522); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AD65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8AD65 is #07529A. Grayscale: #BBBBBB. Windows color (decimal): -479899 or 6663672. OLE color: 6663672.

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

Color convert

RGB 248 173 101 -
CMYK 0 0.30 0.59 0.03
HSL 29.39º 0.91% 0.68% -
HSV(B) 29.39º 0.59% 0.97% -
XYZ 56 50.78 19.16 -
YUV 187.22 79.35 171.35 -
System Red Green Blue C M Y K H S L
Decimal 248 173 101 0 0.30 0.59 0.03 29.39 0.91 0.68
Hex F8 AD 65 0 1E 3B 3 1D 5B 44
Octal 370 255 145 0 36 73 3 35 133 104
Binary 11111000 10101101 1100101 0 11110 111011 11 11101 1011011 1000100

Color Harmonies of #F8AD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AD65

Black with #F8AD65

Text Example


Text Example

White with #F8AD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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