Html Css Color HEX #F8BA63 Rajah

📋 copy color: '#F8BA63'

red 248 ◦ green 186 ◦ blue 99

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

Shades of Rajah #F8BA63

Tints of Rajah #F8BA63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.57%

R = 46.53%
G = 34.9%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F8BA63 (or 0xF8BA63) is known color: Rajah. HEX triplet: F8, BA and 63. RGB value is (248,186,99). Sum of RGB (Red+Green+Blue) = 248+186+99=533 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.53% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 99 (39.06% from 255 or 18.57% from 533); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8BA63 is #07459C. Grayscale: #C3C3C3. Windows color (decimal): -476573 or 6535928. OLE color: 6535928.

HSL color Cylindrical-coordinate representation of color #F8BA63: hue angle of 35.03º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F8BA63 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 186 99 -
CMYK 0 0.25 0.60 0.03
HSL 35.03º 0.91% 0.68% -
HSV(B) 35.03º 0.6% 0.97% -
XYZ 58.52 55.98 19.52 -
YUV 194.62 74.04 166.07 -
System Red Green Blue C M Y K H S L
Decimal 248 186 99 0 0.25 0.60 0.03 35.03 0.91 0.68
Hex F8 BA 63 0 19 3C 3 23 5B 44
Octal 370 272 143 0 31 74 3 43 133 104
Binary 11111000 10111010 1100011 0 11001 111100 11 100011 1011011 1000100

Color Harmonies of #F8BA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BA63

Black with #F8BA63

Text Example


Text Example

White with #F8BA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BA63; }

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

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

background-color css

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

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

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

border-color css

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

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

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