Html Css Color HEX #F8BA65 Rajah

📋 copy color: '#F8BA65'

red 248 ◦ green 186 ◦ blue 101

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

Shades of Rajah #F8BA65

Tints of Rajah #F8BA65

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.77%

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

R = 46.36%
G = 34.77%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F8BA65 (or 0xF8BA65) is known color: Rajah. HEX triplet: F8, BA and 65. RGB value is (248,186,101). Sum of RGB (Red+Green+Blue) = 248+186+101=535 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.36% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 101 (39.84% from 255 or 18.88% from 535); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8BA65 is #07459A. Grayscale: #C3C3C3. Windows color (decimal): -476571 or 6667000. OLE color: 6667000.

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

Color convert

RGB 248 186 101 -
CMYK 0 0.25 0.59 0.03
HSL 34.69º 0.91% 0.68% -
HSV(B) 34.69º 0.59% 0.97% -
XYZ 58.62 56.01 20.03 -
YUV 194.85 75.04 165.91 -
System Red Green Blue C M Y K H S L
Decimal 248 186 101 0 0.25 0.59 0.03 34.69 0.91 0.68
Hex F8 BA 65 0 19 3B 3 23 5B 44
Octal 370 272 145 0 31 73 3 43 133 104
Binary 11111000 10111010 1100101 0 11001 111011 11 100011 1011011 1000100

Color Harmonies of #F8BA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BA65

Black with #F8BA65

Text Example


Text Example

White with #F8BA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BA65; }

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

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

background-color css

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

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

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

border-color css

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

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

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