Html Css Color HEX #FEB64E Koromiko

📋 copy color: '#FEB64E'

red 254 ◦ green 182 ◦ blue 78

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

Shades of Koromiko #FEB64E

Tints of Koromiko #FEB64E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.18%

R = 49.42%
G = 35.41%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEB64E (or 0xFEB64E) is known color: Koromiko. HEX triplet: FE, B6 and 4E. RGB value is (254,182,78). Sum of RGB (Red+Green+Blue) = 254+182+78=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 182 (71.48% from 255 or 35.41% from 514); Blue value is 78 (30.86% from 255 or 15.18% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB64E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB64E is #0149B1. Grayscale: #C0C0C0. Windows color (decimal): -84402 or 5158654. OLE color: 5158654.

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

Color convert

RGB 254 182 78 -
CMYK 0 0.28 0.69 0.00
HSL 35.45º 0.99% 0.65% -
HSV(B) 35.45º 0.69% 1% -
XYZ 58.98 55.08 14.73 -
YUV 191.67 63.85 172.46 -
System Red Green Blue C M Y K H S L
Decimal 254 182 78 0 0.28 0.69 0.00 35.45 0.99 0.65
Hex FE B6 4E 0 1C 45 0 23 63 41
Octal 376 266 116 0 34 105 0 43 143 101
Binary 11111110 10110110 1001110 0 11100 1000101 0 100011 1100011 1000001

Color Harmonies of #FEB64E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB64E

Black with #FEB64E

Text Example


Text Example

White with #FEB64E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB64E; }

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

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

background-color css

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

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

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

border-color css

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

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

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