Html Css Color HEX #F8AD6B Rajah

📋 copy color: '#F8AD6B'

red 248 ◦ green 173 ◦ blue 107

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

Shades of Rajah #F8AD6B

Tints of Rajah #F8AD6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.27%

R = 46.97%
G = 32.77%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F8AD6B (or 0xF8AD6B) is known color: Rajah. HEX triplet: F8, AD and 6B. RGB value is (248,173,107). Sum of RGB (Red+Green+Blue) = 248+173+107=528 (69% of max value = 765). Red value is 248 (97.27% from 255 or 46.97% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 107 (42.19% from 255 or 20.27% from 528); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AD6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8AD6B is #075294. Grayscale: #BCBCBC. Windows color (decimal): -479893 or 7056888. OLE color: 7056888.

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

Color convert

RGB 248 173 107 -
CMYK 0 0.30 0.57 0.03
HSL 28.09º 0.91% 0.7% -
HSV(B) 28.09º 0.57% 0.97% -
XYZ 56.31 50.91 20.77 -
YUV 187.9 82.35 170.87 -
System Red Green Blue C M Y K H S L
Decimal 248 173 107 0 0.30 0.57 0.03 28.09 0.91 0.7
Hex F8 AD 6B 0 1E 39 3 1C 5B 46
Octal 370 255 153 0 36 71 3 34 133 106
Binary 11111000 10101101 1101011 0 11110 111001 11 11100 1011011 1000110

Color Harmonies of #F8AD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AD6B

Black with #F8AD6B

Text Example


Text Example

White with #F8AD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AD6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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