Html Css Color HEX #FEB849 Koromiko

📋 copy color: '#FEB849'

red 254 ◦ green 184 ◦ blue 73

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

Shades of Koromiko #FEB849

Tints of Koromiko #FEB849

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.01%

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

R = 49.71%
G = 36.01%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FEB849 (or 0xFEB849) is known color: Koromiko. HEX triplet: FE, B8 and 49. RGB value is (254,184,73). Sum of RGB (Red+Green+Blue) = 254+184+73=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 73 (28.91% from 255 or 14.29% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB849 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB849 is #0147B6. Grayscale: #C0C0C0. Windows color (decimal): -83895 or 4831486. OLE color: 4831486.

HSL color Cylindrical-coordinate representation of color #FEB849: hue angle of 36.8º 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 #FEB849 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 184 73 -
CMYK 0 0.28 0.71 0.00
HSL 36.8º 0.99% 0.64% -
HSV(B) 36.8º 0.71% 1% -
XYZ 59.22 55.83 13.96 -
YUV 192.28 60.69 172.03 -
System Red Green Blue C M Y K H S L
Decimal 254 184 73 0 0.28 0.71 0.00 36.8 0.99 0.64
Hex FE B8 49 0 1C 47 0 25 63 40
Octal 376 270 111 0 34 107 0 45 143 100
Binary 11111110 10111000 1001001 0 11100 1000111 0 100101 1100011 1000000

Color Harmonies of #FEB849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB849

Black with #FEB849

Text Example


Text Example

White with #FEB849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB849; }

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

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

background-color css

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

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

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

border-color css

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

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

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