Html Css Color HEX #FEB649 Koromiko

📋 copy color: '#FEB649'

red 254 ◦ green 182 ◦ blue 73

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

Shades of Koromiko #FEB649

Tints of Koromiko #FEB649

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.76%

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

R = 49.9%
G = 35.76%
B = 14.34%

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

#FEB649 (or 0xFEB649) is known color: Koromiko. HEX triplet: FE, B6 and 49. RGB value is (254,182,73). Sum of RGB (Red+Green+Blue) = 254+182+73=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 73 (28.91% from 255 or 14.34% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB649 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB649 is #0149B6. Grayscale: #BFBFBF. Windows color (decimal): -84407 or 4830974. OLE color: 4830974.

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

Color convert

RGB 254 182 73 -
CMYK 0 0.28 0.71 0.00
HSL 36.13º 0.99% 0.64% -
HSV(B) 36.13º 0.71% 1% -
XYZ 58.8 55.01 13.82 -
YUV 191.1 61.35 172.86 -
System Red Green Blue C M Y K H S L
Decimal 254 182 73 0 0.28 0.71 0.00 36.13 0.99 0.64
Hex FE B6 49 0 1C 47 0 24 63 40
Octal 376 266 111 0 34 107 0 44 143 100
Binary 11111110 10110110 1001001 0 11100 1000111 0 100100 1100011 1000000

Color Harmonies of #FEB649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB649

Black with #FEB649

Text Example


Text Example

White with #FEB649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB649; }

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

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

background-color css

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

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

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

border-color css

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

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

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