Html Css Color HEX #F8BA49 Koromiko

📋 copy color: '#F8BA49'

red 248 ◦ green 186 ◦ blue 73

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

Shades of Koromiko #F8BA49

Tints of Koromiko #F8BA49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.4%

R = 48.92%
G = 36.69%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F8BA49 (or 0xF8BA49) is known color: Koromiko. HEX triplet: F8, BA and 49. RGB value is (248,186,73). Sum of RGB (Red+Green+Blue) = 248+186+73=507 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.92% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 73 (28.91% from 255 or 14.40% from 507); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8BA49 is #0745B6. Grayscale: #C0C0C0. Windows color (decimal): -476599 or 4831992. OLE color: 4831992.

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

Color convert

RGB 248 186 73 -
CMYK 0 0.25 0.71 0.03
HSL 38.74º 0.93% 0.63% -
HSV(B) 38.74º 0.71% 0.97% -
XYZ 57.47 55.56 14 -
YUV 191.66 61.04 168.19 -
System Red Green Blue C M Y K H S L
Decimal 248 186 73 0 0.25 0.71 0.03 38.74 0.93 0.63
Hex F8 BA 49 0 19 47 3 27 5D 3F
Octal 370 272 111 0 31 107 3 47 135 77
Binary 11111000 10111010 1001001 0 11001 1000111 11 100111 1011101 111111

Color Harmonies of #F8BA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BA49

Black with #F8BA49

Text Example


Text Example

White with #F8BA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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