Html Css Color HEX #F8AD5E Rajah

📋 copy color: '#F8AD5E'

red 248 ◦ green 173 ◦ blue 94

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

Shades of Rajah #F8AD5E

Tints of Rajah #F8AD5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.25%

R = 48.16%
G = 33.59%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F8AD5E (or 0xF8AD5E) is known color: Rajah. HEX triplet: F8, AD and 5E. RGB value is (248,173,94). Sum of RGB (Red+Green+Blue) = 248+173+94=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 94 (37.11% from 255 or 18.25% from 515); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AD5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8AD5E is #0752A1. Grayscale: #BABABA. Windows color (decimal): -479906 or 6204920. OLE color: 6204920.

HSL color Cylindrical-coordinate representation of color #F8AD5E: hue angle of 30.78º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F8AD5E is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 173 94 -
CMYK 0 0.30 0.62 0.03
HSL 30.78º 0.92% 0.67% -
HSV(B) 30.78º 0.62% 0.97% -
XYZ 55.68 50.65 17.43 -
YUV 186.42 75.85 171.92 -
System Red Green Blue C M Y K H S L
Decimal 248 173 94 0 0.30 0.62 0.03 30.78 0.92 0.67
Hex F8 AD 5E 0 1E 3E 3 1F 5C 43
Octal 370 255 136 0 36 76 3 37 134 103
Binary 11111000 10101101 1011110 0 11110 111110 11 11111 1011100 1000011

Color Harmonies of #F8AD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AD5E

Black with #F8AD5E

Text Example


Text Example

White with #F8AD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AD5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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