Html Css Color HEX #FEB94D Koromiko

📋 copy color: '#FEB94D'

red 254 ◦ green 185 ◦ blue 77

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

Shades of Koromiko #FEB94D

Tints of Koromiko #FEB94D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.85%

 BLUE value IS 77 (30.47% from 255) = 14.92%

R = 49.22%
G = 35.85%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEB94D (or 0xFEB94D) is known color: Koromiko. HEX triplet: FE, B9 and 4D. RGB value is (254,185,77). Sum of RGB (Red+Green+Blue) = 254+185+77=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 77 (30.47% from 255 or 14.92% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB94D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB94D is #0146B2. Grayscale: #C1C1C1. Windows color (decimal): -83635 or 5093886. OLE color: 5093886.

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

Color convert

RGB 254 185 77 -
CMYK 0 0.27 0.70 0.00
HSL 36.61º 0.99% 0.65% -
HSV(B) 36.61º 0.7% 1% -
XYZ 59.56 56.3 14.75 -
YUV 193.32 62.36 171.28 -
System Red Green Blue C M Y K H S L
Decimal 254 185 77 0 0.27 0.70 0.00 36.61 0.99 0.65
Hex FE B9 4D 0 1B 46 0 25 63 41
Octal 376 271 115 0 33 106 0 45 143 101
Binary 11111110 10111001 1001101 0 11011 1000110 0 100101 1100011 1000001

Color Harmonies of #FEB94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB94D

Black with #FEB94D

Text Example


Text Example

White with #FEB94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB94D; }

 p { color: rgb(254,185,77); }

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

background-color css

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

 a { background-color: rgb(254,185,77); }

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

border-color css

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

 span { border-color: rgb(254,185,77); }

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