Html Css Color HEX #FEBA49 Koromiko

📋 copy color: '#FEBA49'

red 254 ◦ green 186 ◦ blue 73

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

Shades of Koromiko #FEBA49

Tints of Koromiko #FEBA49

RGB

 RED value IS 254 (99.61% from 255) = 49.51%

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

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

R = 49.51%
G = 36.26%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FEBA49 (or 0xFEBA49) is known color: Koromiko. HEX triplet: FE, BA and 49. RGB value is (254,186,73). Sum of RGB (Red+Green+Blue) = 254+186+73=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 73 (28.91% from 255 or 14.23% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBA49 is #0145B6. Grayscale: #C1C1C1. Windows color (decimal): -83383 or 4831998. OLE color: 4831998.

HSL color Cylindrical-coordinate representation of color #FEBA49: hue angle of 37.46º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FEBA49 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 186 73 -
CMYK 0 0.27 0.71 0.00
HSL 37.46º 0.99% 0.64% -
HSV(B) 37.46º 0.71% 1% -
XYZ 59.63 56.67 14.1 -
YUV 193.45 60.03 171.19 -
System Red Green Blue C M Y K H S L
Decimal 254 186 73 0 0.27 0.71 0.00 37.46 0.99 0.64
Hex FE BA 49 0 1B 47 0 25 63 40
Octal 376 272 111 0 33 107 0 45 143 100
Binary 11111110 10111010 1001001 0 11011 1000111 0 100101 1100011 1000000

Color Harmonies of #FEBA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBA49

Black with #FEBA49

Text Example


Text Example

White with #FEBA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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