Html Css Color HEX #F8BA50 Koromiko

📋 copy color: '#F8BA50'

red 248 ◦ green 186 ◦ blue 80

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

Shades of Koromiko #F8BA50

Tints of Koromiko #F8BA50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.56%

R = 48.25%
G = 36.19%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F8BA50 (or 0xF8BA50) is known color: Koromiko. HEX triplet: F8, BA and 50. RGB value is (248,186,80). Sum of RGB (Red+Green+Blue) = 248+186+80=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 80 (31.64% from 255 or 15.56% from 514); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8BA50 is #0745AF. Grayscale: #C0C0C0. Windows color (decimal): -476592 or 5290744. OLE color: 5290744.

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

Color convert

RGB 248 186 80 -
CMYK 0 0.25 0.68 0.03
HSL 37.86º 0.92% 0.64% -
HSV(B) 37.86º 0.68% 0.97% -
XYZ 57.72 55.65 15.29 -
YUV 192.45 64.54 167.62 -
System Red Green Blue C M Y K H S L
Decimal 248 186 80 0 0.25 0.68 0.03 37.86 0.92 0.64
Hex F8 BA 50 0 19 44 3 26 5C 40
Octal 370 272 120 0 31 104 3 46 134 100
Binary 11111000 10111010 1010000 0 11001 1000100 11 100110 1011100 1000000

Color Harmonies of #F8BA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BA50

Black with #F8BA50

Text Example


Text Example

White with #F8BA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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