Html Css Color HEX #F8B765 Rajah

📋 copy color: '#F8B765'

red 248 ◦ green 183 ◦ blue 101

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

Shades of Rajah #F8B765

Tints of Rajah #F8B765

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.4%

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

R = 46.62%
G = 34.4%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F8B765 (or 0xF8B765) is known color: Rajah. HEX triplet: F8, B7 and 65. RGB value is (248,183,101). Sum of RGB (Red+Green+Blue) = 248+183+101=532 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.62% from 532); Green value is 183 (71.88% from 255 or 34.40% from 532); Blue value is 101 (39.84% from 255 or 18.98% from 532); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B765 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8B765 is #07489A. Grayscale: #C1C1C1. Windows color (decimal): -477339 or 6666232. OLE color: 6666232.

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

Color convert

RGB 248 183 101 -
CMYK 0 0.26 0.59 0.03
HSL 33.47º 0.91% 0.68% -
HSV(B) 33.47º 0.59% 0.97% -
XYZ 57.99 54.76 19.83 -
YUV 193.09 76.03 167.17 -
System Red Green Blue C M Y K H S L
Decimal 248 183 101 0 0.26 0.59 0.03 33.47 0.91 0.68
Hex F8 B7 65 0 1A 3B 3 21 5B 44
Octal 370 267 145 0 32 73 3 41 133 104
Binary 11111000 10110111 1100101 0 11010 111011 11 100001 1011011 1000100

Color Harmonies of #F8B765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B765

Black with #F8B765

Text Example


Text Example

White with #F8B765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B765; }

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

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

background-color css

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

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

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

border-color css

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

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

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